Skip to content

P_CommandLine_Core_Token_Tag

Moh.Hassan edited this page Oct 10, 2019 · 1 revision

Token.Tag Property

Namespace: CommandLine.Core
Assembly: CommandLine (in CommandLine.dll) Version: 0.0.0

Syntax

C#

public TokenType Tag { get; }

VB

Public ReadOnly Property Tag As TokenType
	Get

C++

public:
property TokenType Tag {
	TokenType get ();
}

F#

member Tag : TokenType with get

Property Value

Type: TokenType

See Also

Reference

Token Class
CommandLine.Core Namespace

Clone this wiki locally