Property UnderlyingArray
UnderlyingArray
Gets the underlying immutable array (note: the underlying array is not guaranteed to be the same instance, nor the values have the same instance or bits as what was originally passed in).
Declaration
public ImmutableArray<T> UnderlyingArray { get; }
Property Value
| Type | Description |
|---|---|
| ImmutableArray<T> |