LayerD CodeDOM and Zoe Compiler interface
InsertSymbol Method (newSymbol)
NamespacesLayerD.ZOECompilerScopeInsertSymbol(Symbol)

[This is preliminary documentation and is subject to change.]

Inserta el simbolo "newSymbol" en la tabla de simbolos del nivel actual, si ya existe un simbolo con el mismo nombre retorna false y no lo inserta, de lo contrario lo inserta y retorna true.
Declaration Syntax
C#Visual BasicVisual C++
public bool InsertSymbol(
	Symbol newSymbol
)
Public Function InsertSymbol ( _
	newSymbol As Symbol _
) As Boolean
public:
bool InsertSymbol(
	Symbol^ newSymbol
)
Parameters
newSymbol (Symbol)

[Missing <param> documentation for "newSymbol"]

Return Value

[Missing <returns> documentation for M:LayerD.ZOECompiler.Scope.InsertSymbol(LayerD.ZOECompiler.Symbol)]

Assembly: lib_zoec_core (Module: lib_zoec_core) Version: 1.0.3410.22813 (1.0.0.0)