LayerD CodeDOM and Zoe Compiler interface
MemberInfoCollection Class
NamespacesLayerD.ZOECompilerMemberInfoCollection

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

[Missing <summary> documentation for T:LayerD.ZOECompiler.MemberInfoCollection]

Declaration Syntax
C#Visual BasicVisual C++
public class MemberInfoCollection
Public Class MemberInfoCollection
public ref class MemberInfoCollection
Members
All MembersConstructorsMethods



IconMemberDescription
MemberInfoCollection()()()
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
ExistAnyMemberInfoName(String)
Indica si existe un miembro con el nombre "name" o no sin importar si es de la clase actual.

ExistAnyMemberInfoNameLike(String)
ExistAnyMemberInfoNameLike(String, Double)
ExistMemberInfoName(String)
Indica si existe un miembro con el nombre "name" o no en la clase actual. Es decir no es un miembro heredado.

Finalize()()()
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
get_MemberFromNode(XplNode)
get_MemberInfoList()()()
Obtiene una interfaz de coleccion al almacenamiento interno de MemberInfoCollection.

get_MembersInfo(String)
Obtiene una matriz con todos los miembros de nombre "name", no se incluyen nunca los miembros de expresion o permisos. Si no existen entradas con "name" devuelve "null". Acepta "null" como nombre retornando "null".

get_MembersInfo(String, String)
Obtiene una matriz con todos los miembros de nombre "name" que pertenezcan a "className", no se incluyen nunca los miembros de expresion o permisos. Si no existen entradas con "name" devuelve "null". 'className' puede ser un nombre simple o un nombre calificado, si es un nombre calificado debe tener un formato valido para uso interno. Acepta "null" como nombre retornando "null".

get_MembersInfoFromInternalName(String)
Devuelve el miembro con el nombre indicado interno, si no se encuentra devuelve nulo.

get_MembersInfoOfType(String)
Obtiene una matriz con todos los miembros de nombre "name" que no sean heredados, no se incluyen nunca los miembros de expresion o permisos. Si no existen entradas con "name" devuelve "null". Acepta "null" como nombre retornando "null".

GetHashCode()()()
Serves as a hash function for a particular type. GetHashCode()()() is suitable for use in hashing algorithms and data structures like a hash table.
(Inherited from Object.)
GetLenght()()()
GetType()()()
Gets the Type of the current instance.
(Inherited from Object.)
InsertMemberInfo(MemberInfo)
Agrega un nuevo MemberInfo a la colección.

MemberwiseClone()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
ToString()()()
Returns a String that represents the current Object.
(Inherited from Object.)
Inheritance Hierarchy
Object
MemberInfoCollection

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