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




Reverses the order of the elements in the entire ObjectSet.

Syntax

Visual Basic (Declaration) 
Overloads Public Sub Reverse() 
Visual Basic (Usage)Copy Code
Dim instance As ObjectSet(Of T)
 
instance.Reverse()
C# 
public void Reverse()
Managed Extensions for C++ 
public: void Reverse(); 
C++/CLI 
public:
void Reverse(); 

Requirements

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

See Also