ArrayHelper<T> Struct
Namespace: Stride.Core.CollectionsAssembly: Stride.Core.dll
Array helper for a particular type, useful to get an empty array.
public struct ArrayHelper<T>
Type Parameters
Name | Description |
---|---|
T | Type of the array element |
Name | Description | |
---|---|---|
Fields | ||
Empty | An empty array of the specified |
Fields
Empty
An empty array of the specified
public static readonly T[] Empty
Field Value
Type | Description |
---|---|
T[] |
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()