FrozenSet<T>.Items Property

Definition

Gets a collection containing the values in the 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)

Property Value

Remarks

The order of the values in the set is unspecified.

Applies to