Share via


FrozenSet<T>.Items Propriedade

Definição

Obtém uma coleção que contém os valores no conjunto.

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)

Valor da propriedade

Comentários

A ordem dos valores no conjunto não é especificada.

Aplica-se a