Class Array
- Namespace
- Fantas
- Assembly
- Fantas.dll
Internal Array class to help port to .NET 4
public static class Array
- Inheritance
-
Array
- Inherited Members
Methods
Copy(Array, Array, int)
Copy an array
public static void Copy(Array sourceArray, Array destinationArray, int length)
Parameters
Empty<T>()
Empty array of Ts
public static T[] Empty<T>()
Returns
- T[]
Type Parameters
T
Resize<T>(ref T[], int)
Resize an array
public static void Resize<T>(ref T[] array, int newSize)
Parameters
array
T[]newSize
int
Type Parameters
T