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




objectReader
ObjectReader that is used to populate the ObjectSet.
Creates a new instance of the ObjectSet Class.

Syntax

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

Parameters

objectReader
ObjectReader that is used to populate the ObjectSet.

Requirements

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

See Also