VBuffer<T>.DenseValues Method
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.
Returns an enumerable with Length items, representing the values.
public System.Collections.Generic.IEnumerable<T> DenseValues ();
member this.DenseValues : unit -> seq<'T>
Public Function DenseValues () As IEnumerable(Of T)
Returns
IEnumerable<T>