ImmutableArray<T>.ICollection.Count プロパティ

定義

配列のサイズを取得します。

property int System::Collections::ICollection::Count { int get(); };
int System.Collections.ICollection.Count { get; }
member this.System.Collections.ICollection.Count : int
 ReadOnly Property Count As Integer Implements ICollection.Count

プロパティ値

コレクション内の項目数。

実装

例外

IsDefault プロパティは、true を返します。

適用対象