An NDoc Documented Class Library

Symbol Constructor 

Creates a new instance of Symbol class.

public Symbol(
   int index,
   string name,
   SymbolType symbolType
);

Parameters

index
Symbol index in symbol table.
name
Name of the symbol.
symbolType
Type of the symbol.

See Also

Symbol Class | GoldParser Namespace