ReflectorEmptyArrayT Method
Returns an empty array of
T. The same as
Array.Empty but works on every platform.
Namespace: KGySoft.ReflectionAssembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 10.0.0
public static T[] EmptyArray<T>()
Public Shared Function EmptyArray(Of T) As T()
public:
generic<typename T>
static array<T>^ EmptyArray()
static member EmptyArray : unit -> 'T[]
- T
- The element type of the returned array.
TAn empty array of
T.