FrozenSet<T>.Items 属性

定义

获取包含集中值的集合。

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)

属性值

注解

集中值的顺序未指定。

适用于