Source.CompletedFirstParse Property

Definition

Gets whether the parser has completed at least once.

public:
 property bool CompletedFirstParse { bool get(); };
public:
 property bool CompletedFirstParse { bool get(); };
public bool CompletedFirstParse { get; }
member this.CompletedFirstParse : bool
Public ReadOnly Property CompletedFirstParse As Boolean

Property Value

true if the parser has completed at least once, otherwise false.

Applies to