Data

ValueElement<T>.Data property

Data of the element. Read-only IReadOnlyCollection of T.

public T[] Data { get; }

See Also