LayerD CodeDOM and Zoe Compiler interface
Section Constructor (section, isExternalImportedSection, isInternalImportedSection, namespaceName)
NamespacesLayerD.ZOECompilerSectionSection(XplNamespace, Boolean, Boolean, String)

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

Crea una Seccion a partir de un elemento "Section" de declaracion de seccion, controla por el nombre de la sección pero no emite errores, si el nombre es impropio lanza una Aserción.
Declaration Syntax
C#Visual BasicVisual C++
public Section(
	XplNamespace section,
	bool isExternalImportedSection,
	bool isInternalImportedSection,
	string namespaceName
)
Public Sub New ( _
	section As XplNamespace, _
	isExternalImportedSection As Boolean, _
	isInternalImportedSection As Boolean, _
	namespaceName As String _
)
public:
Section(
	XplNamespace^ section, 
	bool isExternalImportedSection, 
	bool isInternalImportedSection, 
	String^ namespaceName
)
Parameters
section (XplNamespace)

[Missing <param> documentation for "section"]

isExternalImportedSection (Boolean)

[Missing <param> documentation for "isExternalImportedSection"]

isInternalImportedSection (Boolean)

[Missing <param> documentation for "isInternalImportedSection"]

namespaceName (String)

[Missing <param> documentation for "namespaceName"]

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