Class ListExtensions
- Namespace
- AwesomeTechnologies.Utility
- Assembly
- Assembly-CSharp.dll
public static class ListExtensions
- Inheritance
-
ListExtensions
- Inherited Members
Methods
GetInternalArray<T>(List<T>)
public static T[] GetInternalArray<T>(this List<T> list)
Parameters
listList<T>
Returns
- T[]
Type Parameters
T