LayerD CodeDOM and Zoe Compiler interface
get_ExistingTypeName Method (fullName)
NamespacesLayerD.ZOECompilerTypesTableget_ExistingTypeName(String)

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

Determina si "fullName" existe en la tabla de tipos, si existe devuelve la misma cadena, de lo contrario devuelve null.
Declaration Syntax
C#Visual BasicVisual C++
public string get_ExistingTypeName(
	string fullName
)
Public Function get_ExistingTypeName ( _
	fullName As String _
) As String
public:
String^ get_ExistingTypeName(
	String^ fullName
)
Parameters
fullName (String)

[Missing <param> documentation for "fullName"]

Return Value

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

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