FrozenSet<T>.Items Property

Definition

Gets a collection containing the values in the set.

C#
public System.Collections.Immutable.ImmutableArray<T> Items { get; }

Property Value

Remarks

The order of the values in the set is unspecified.

Applies to

Product Versions
.NET 8 (package-provided), 8, 9 (package-provided), 9, 10 (package-provided), 10
.NET Standard 2.0 (package-provided)