Click or drag to resize

CollectionAlgorithmsReverseT Method

Reverses the sequences of elements in a collection.

Namespace:  AGI.Foundation.Infrastructure
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public static void Reverse<T>(
	IList<T> collection
)

Parameters

collection
Type: System.Collections.GenericIListT
The collection to reverse.

Type Parameters

T
The type of the element in the collection to reverse.
See Also