T_CommandLine_Text_Example - adutton/commandline GitHub Wiki
Models a command line usage example.
System.Object
CommandLine.Text.Example
Namespace: CommandLine.Text
Assembly: CommandLine (in CommandLine.dll) Version: 0.0.0
C#
public sealed class Example : IEquatable<Example>VB
Public NotInheritable Class Example
Implements IEquatable(Of Example)C++
public ref class Example sealed : IEquatable<Example^>F#
[<SealedAttribute>]
type Example =
class
interface IEquatable<Example>
endThe Example type exposes the following members.
| Name | Description | |
|---|---|---|
![]() |
Example(String, Object) | Initializes a new instance of the Example class. |
![]() |
Example(String, UnParserSettings, Object) | Initializes a new instance of the Example class. |
![]() |
Example(String, IEnumerable(UnParserSettings), Object) | Initializes a new instance of the Example class. |
| Name | Description | |
|---|---|---|
![]() |
FormatStyles | A sequence of format styles. |
![]() |
HelpText | Example description. |
![]() |
Sample | A sample instance. |
| Name | Description | |
|---|---|---|
![]() |
Equals(Object) | Determines whether the specified Object is equal to the current Object. (Overrides Object.Equals(Object).) |
![]() |
Equals(Example) | Returns a value that indicates whether the current instance and a specified Example have the same value. |
![]() |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() |
GetHashCode | Serves as a hash function for a particular type. (Overrides Object.GetHashCode().) |
![]() |
GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() |
GetFormatStylesOrDefault | (Defined by ExampleExtensions.) |
![]() |
IsEmpty | (Defined by UnParserExtensions.) |
![]() |
NormalizeValue | (Defined by UnParserExtensions.) |




