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

定義

コレクション内の項目の数を取得します。

property int System::Collections::Generic::IReadOnlyCollection<T>::Count { int get(); };
int System.Collections.Generic.IReadOnlyCollection<T>.Count { get; }
member this.System.Collections.Generic.IReadOnlyCollection<T>.Count : int
 ReadOnly Property Count As Integer Implements IReadOnlyCollection(Of T).Count

プロパティ値

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

実装

例外

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

適用対象