Sdílet prostřednictvím


VBuffer<T>.Items(Boolean) Metoda

Definice

Vrátí společný seznam všech dvojic indexů a hodnot.

public System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<int,T>> Items(bool all = false);
member this.Items : bool -> seq<System.Collections.Generic.KeyValuePair<int, 'T>>
Public Function Items (Optional all As Boolean = false) As IEnumerable(Of KeyValuePair(Of Integer, T))

Parametry

all
Boolean

Pokud true se vrátí všechny páry, i ty implicitní hodnoty řídké reprezentace, s implicitními hodnotami, které mají výchozí hodnotu, jak je vhodné. Pokud zbývá, false vrátí se pouze explicitně definované hodnoty.

Návraty

Páry indexů a hodnot.

Platí pro