LayerD CodeDOM and Zoe Compiler interface
get_Symbol Method (symbolName)
NamespacesLayerD.ZOECompilerScopeget_Symbol(String)

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

Retorna el simbolo de nombre "symbolName", si no lo encuentra retorna null. Si se llama con null o String.Empty retorna null.
Declaration Syntax
C#Visual BasicVisual C++
public Symbol get_Symbol(
	string symbolName
)
Public Function get_Symbol ( _
	symbolName As String _
) As Symbol
public:
Symbol^ get_Symbol(
	String^ symbolName
)
Parameters
symbolName (String)

[Missing <param> documentation for "symbolName"]

Return Value

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

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