Parser.Parse Method

Definition

Starts the parsing.

public:
 bool Parse();
public bool Parse ();
member this.Parse : unit -> bool
Public Function Parse () As Boolean

Returns

Returns the parser action, either Abort or Continue.

Applies to