Class ListExtensions
Extension methods for List<T> objects.
Inherited Members
Namespace: Unity.XR.CoreUtils
Assembly: solution.dll
Syntax
public static class ListExtensions
Methods
Name | Description |
---|---|
Ensure |
Ensures that the capacity of this list is at least as large the given value. |
Fill<T>(List<T>, int) | Fills the list with default objects of type |
Swap |
Swaps the elements at |