Click or drag to resize

CollectionUtilityGetReverseT Method (IListT)

Returns reversed list.

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2023.1.2.0 (2023.1.2.0)
Syntax
C#
public static IEnumerable<T> GetReverse<T>(
	this IList<T> list
)

Parameters

list
Type: System.Collections.GenericIListT

Type Parameters

T

Return Value

Type: IEnumerableT

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type IListT. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also