LayerD CodeDOM and Zoe Compiler interface
ExistsSymbol Method (symbolName)
NamespacesLayerD.ZOECompilerScopeExistsSymbol(String)

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

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

[Missing <param> documentation for "symbolName"]

Return Value

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

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