Class ArrayUtils
Assembly: TriLibCore.dll
Syntax
public static class ArrayUtils
Methods
Add<T>(ref T[], T)
Declaration
public static void Add<T>(ref T[] arr, T item)
Parameters
Type |
Name |
Description |
T[] |
arr |
|
T |
item |
|
Type Parameters
ContainsType<T>(Array)
Declaration
public static bool ContainsType<T>(Array array)
Parameters
Type |
Name |
Description |
Array |
array |
|
Returns
Type Parameters
Remove<T>(ref T[], T)
Declaration
public static void Remove<T>(ref T[] arr, T item)
Parameters
Type |
Name |
Description |
T[] |
arr |
|
T |
item |
|
Type Parameters
ToMemoryStream(IList<byte>, ref MemoryStream)
Declaration
public static void ToMemoryStream(this IList<byte> list, ref MemoryStream memoryStream)
Parameters