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 | 
|---|---|
| EnsureCapacity<T>(List<T>, int) | 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   | 
      
| SwapAtIndices<T>(List<T>, int, int) | Swaps the elements at   |