GetValues

GetValues<TValue>()

public Span<TValue> GetValues<TValue>()

See Also


GetValues()

Returns the element’s values.

public Span<T> GetValues()

Return Value

The element’s data.

See Also


GetValues<TValue>(Range)

public Span<TValue> GetValues<TValue>(Range range)

See Also


GetValues(Range)

Returns the element’s values at the specified range.

public Span<T> GetValues(Range range)
ParameterTypeDescription
rangeRangeThe range of the element values to retrieve.

Return Value

The element’s data.

See Also