[This is preliminary documentation and is subject to change.]
Indicates whether this token represents an identifier
Namespace: NFX.CodeAnalysisAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public bool IsIdentifier { get; }
public bool IsIdentifier { get; }
Public ReadOnly Property IsIdentifier As Boolean
Get
Public ReadOnly Property IsIdentifier As Boolean
Get
public:
property bool IsIdentifier {
bool get ();
}
public:
property bool IsIdentifier {
bool get ();
}
member IsIdentifier : bool with get
member IsIdentifier : bool with get
Property Value
Type:
Boolean