[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Primitive reversal of a collection

Namespace: net.esper.compat
Assembly:   NEsper (in NEsper.dll)

Syntax

Visual Basic (Declaration)
Public Shared Sub Reverse(Of T) ( _
	collection As ICollection(Of T) _
)
C#
public static void Reverse<T> (
	ICollection<T> collection
)
Visual C++
public:
generic<typename T>
static void Reverse (
	ICollection<T>^ collection
)

Parameters

collection
System.Collections.Generic.ICollection<(Of T>)

Type Parameters

T