[This is preliminary documentation and is subject to change.]
Indicates whether Parse() already happened
Namespace: NFX.CodeAnalysisAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public bool HasParsed { get; }
public bool HasParsed { get; }
Public ReadOnly Property HasParsed As Boolean
Get
Public ReadOnly Property HasParsed As Boolean
Get
public:
virtual property bool HasParsed {
bool get () sealed;
}
public:
virtual property bool HasParsed {
bool get () sealed;
}
abstract HasParsed : bool with get
override HasParsed : bool with get
abstract HasParsed : bool with get
override HasParsed : bool with get
Property Value
Type:
BooleanImplements
IParser HasParsed