Chili.Opf3 Send comments on this topic.
ToArray Method
See Also 
Chili.Opf3 Namespace > Generic ObjectSet Class : ToArray Method




Copies the elements of the ObjectSet to a new array.

Syntax

Visual Basic (Declaration) 
Public Function ToArray() As T()
Visual Basic (Usage)Copy Code
Dim instance As ObjectSet(Of T)
Dim value() As T
 
value = instance.ToArray()
C# 
public T[] ToArray()
Managed Extensions for C++ 
public: T[]* ToArray(); 
C++/CLI 
public:
array<T>^ ToArray(); 

Return Value

An array containing copies of the elements of the ObjectSet.

Requirements

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

See Also