Click or drag to resize
HelpTextAttribute Class
Provides help text for a method, mainly used for decorating the demo tests
Inheritance Hierarchy

Namespace: Algs4Net
Assembly: Algs4Net (in Algs4Net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public sealed class HelpTextAttribute : Attribute

The HelpTextAttribute type exposes the following members.

Constructors
  NameDescription
Public methodHelpTextAttribute
Construct a help text with a usage and optional details texts
Top
Fields
  NameDescription
Public fieldDetails
Additional details about the Usage
Public fieldUsage
Usage of a test method
Top
See Also