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




list
List that contains the data to populate the ObjectSet.
Creates a new instance of the ObjectSet 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 ObjectSet(Of T)(list)
C# 
public Generic ObjectSet( 
   IList<T> list
)
Managed Extensions for C++ 
public: Generic ObjectSet( 
   IList<T>* list
)
C++/CLI 
public:
Generic ObjectSet( 
   IList<T>^ list
)

Parameters

list
List that contains the data to populate the ObjectSet.

Requirements

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

See Also