Chili.Opf3 Send comments on this topic.
ObjectListHolder Constructor(Generic IList)
See Also 
Chili.Opf3.Relations Namespace > Generic ObjectListHolder Class > ObjectListHolder Constructor : ObjectListHolder Constructor(Generic IList)




list
List that is populated with the connected objects.
Creates a new instance of the ObjectListHolder Class.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal list As IList(Of T) _
)
Visual Basic (Usage)Copy Code
Dim list As IList(Of T)
 
Dim instance As ObjectListHolder(Of T)(list)
C# 
public Generic ObjectListHolder( 
   IList<T> list
)
Managed Extensions for C++ 
public: Generic ObjectListHolder( 
   IList<T>* list
)
C++/CLI 
public:
Generic ObjectListHolder( 
   IList<T>^ list
)

Parameters

list
List that is populated with the connected objects.

Requirements

Platforms: Windows 2000, Windows XP family, Windows Server 2003 family, Windows Vista family

See Also