GoldDotNet Documentation

Parser Constructor

Creates a new Parser object for the specified CGT file.

Overload List

Creates a new Parser object for the specified stream.

public Parser(Stream);

Creates a new Parser object for the specified CGT file.

public Parser(string);

See Also

Parser Class | DevinCook.GoldParser Namespace