template class EmptyArray (Niantic.ARDK.Utilities.Collections.EmptyArray)
Generic class that generates a single, reusable instance of an empty array of type T.
template <T> class EmptyArray { public: // fields static readonly T[] Instance = new T[0]; };