T_CommandLine_NullInstance - adutton/commandline GitHub Wiki
Models a null result when constructing a ParserResult(T) in a faling verbs scenario.
System.Object
CommandLine.NullInstance
Namespace: CommandLine
Assembly: CommandLine (in CommandLine.dll) Version: 0.0.0
C#
public sealed class NullInstanceVB
Public NotInheritable Class NullInstanceC++
public ref class NullInstance sealedF#
[<SealedAttribute>]
type NullInstance = class endThe NullInstance type exposes the following members.
| Name | Description | |
|---|---|---|
![]() |
NullInstance | Initializes a new instance of the NullInstance class |
| Name | Description | |
|---|---|---|
![]() |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() |
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 the default hash function. (Inherited from Object.) |
![]() |
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 | |
|---|---|---|
![]() |
IsEmpty | (Defined by UnParserExtensions.) |
![]() |
NormalizeValue | (Defined by UnParserExtensions.) |


