T_CommandLine_Core_Token - adutton/commandline GitHub Wiki
System.Object
CommandLine.Core.Token
CommandLine.Core.Name
CommandLine.Core.Value
Namespace: CommandLine.Core
Assembly: CommandLine (in CommandLine.dll) Version: 0.0.0
C#
internal abstract class TokenVB
Friend MustInherit Class TokenC++
internal ref class Token abstractF#
[<AbstractClassAttribute>]
type Token = class endThe Token type exposes the following members.
| Name | Description | |
|---|---|---|
![]() |
Token | Initializes a new instance of the Token class |
| Name | Description | |
|---|---|---|
![]() |
Tag | |
![]() |
Text |
| 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.) |
![]()
|
Name | |
![]() |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]()
|
Value(String) | |
![]()
|
Value(String, Boolean) |
| Name | Description | |
|---|---|---|
![]() |
IsEmpty | (Defined by UnParserExtensions.) |
![]() |
IsName | (Defined by TokenExtensions.) |
![]() |
IsValue | (Defined by TokenExtensions.) |
![]() |
NormalizeValue | (Defined by UnParserExtensions.) |




