M_CommandLine_Text_Example__ctor_2 - adutton/commandline GitHub Wiki
Initializes a new instance of the Example class.
Namespace: CommandLine.Text
Assembly: CommandLine (in CommandLine.dll) Version: 0.0.0
C#
public Example(
string helpText,
Object sample
)VB
Public Sub New (
helpText As String,
sample As Object
)C++
public:
Example(
String^ helpText,
Object^ sample
)F#
new :
helpText : string *
sample : Object -> Example
- helpText
- Type: System.String
Example description. - sample
- Type: System.Object
A sample instance.