ImmutableArray<T>.ICollection<T>.Count プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
コレクション内の項目の数を取得します。
property int System::Collections::Generic::ICollection<T>::Count { int get(); };
int System.Collections.Generic.ICollection<T>.Count { get; }
member this.System.Collections.Generic.ICollection<T>.Count : int
ReadOnly Property Count As Integer Implements ICollection(Of T).Count
プロパティ値
コレクション内の項目の数。
実装
例外
IsDefault プロパティは、true
を返します。