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