Chili.Opf3 Send comments on this topic.
IMemberInfoCollection Interface
See Also  Members  
Chili.Opf3.Mapping Namespace : IMemberInfoCollection Interface




Interface that represents a collection of IMemberInfo objects.

Syntax

Visual Basic (Declaration) 
Public Interface IMemberInfoCollection 
Visual Basic (Usage)Copy Code
Dim instance As IMemberInfoCollection
C# 
public interface IMemberInfoCollection 
Managed Extensions for C++ 
public __gc __interface IMemberInfoCollection 
C++/CLI 
public interface class IMemberInfoCollection 

Remarks

This interface represents a collection of IMemberInfo objects. An instance of this class is stored as list of all mapped object elements with an instance of the TypeMapping class.

Requirements

Namespace: Chili.Opf3.Mapping

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

Assembly: Chili.Opf3 (in Chili.Opf3.dll)

See Also