VBufferEditor<T>.Values Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The mutable span of values.
public readonly Span<T> Values;
val mutable Values : Span<'T>
Public ReadOnly Values As Span(Of T)
Field Value
Span<T>