```cs System.GC : public static T[] AllocateUninitializedArray<T>(int length, bool pinned = false); public static T[] AllocateArray<T>(int length, bool pinned = false); ```