LayerD CodeDOM and Zoe Compiler interface
RemoveSymbol Method (symbolName)
NamespacesLayerD.ZOECompilerScopeRemoveSymbol(String)

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

Elimina el simbolo de nombre "symbolName", si existe retorna true, si no existe retorna false.
Declaration Syntax
C#Visual BasicVisual C++
public bool RemoveSymbol(
	string symbolName
)
Public Function RemoveSymbol ( _
	symbolName As String _
) As Boolean
public:
bool RemoveSymbol(
	String^ symbolName
)
Parameters
symbolName (String)

[Missing <param> documentation for "symbolName"]

Return Value

[Missing <returns> documentation for M:LayerD.ZOECompiler.Scope.RemoveSymbol(System.String)]

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