![]() | ListExtensions Class |
Namespace: ImmerseSDK.Extensions
public static class ListExtensions
The ListExtensions type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | ListExtensions |
Name | Description | |
---|---|---|
![]() ![]() | ContainsT |
Check if an array contains a value
|
![]() ![]() | ConvertToArrayT |
Converts a List to an Array without using Linq
|
![]() ![]() | ConvertToListT |
Converts an Array to a List without using Linq
|
![]() ![]() | GetRandomT(ListT) |
Returns a random item from a List
|
![]() ![]() | GetRandomT(T) |
Returns a random item from an array
|
![]() ![]() | IndexOfT |
Gets the index of an entry in an array
|
![]() ![]() | ShuffleT |
Shuffles an IList of type T (Does not create a copy)
|