FrozenSet<T>.Items Proprietà

Definizione

Ottiene una raccolta contenente i valori nel set.

public:
 property System::Collections::Immutable::ImmutableArray<T> Items { System::Collections::Immutable::ImmutableArray<T> get(); };
public System.Collections.Immutable.ImmutableArray<T> Items { get; }
member this.Items : System.Collections.Immutable.ImmutableArray<'T>
Public ReadOnly Property Items As ImmutableArray(Of T)

Valore della proprietà

Commenti

L'ordine dei valori nel set non è specificato.

Si applica a