PrincipalValueCollection<T>.IList.IsFixedSize プロパティ

定義

コレクションが固定サイズかどうかを示す値を取得します。

property bool System::Collections::IList::IsFixedSize { bool get(); };
bool System.Collections.IList.IsFixedSize { get; }
bool System.Collections.IList.IsFixedSize { [System.Security.SecurityCritical] get; }
member this.System.Collections.IList.IsFixedSize : bool
[<get: System.Security.SecurityCritical>]
member this.System.Collections.IList.IsFixedSize : bool
 ReadOnly Property IsFixedSize As Boolean Implements IList.IsFixedSize

プロパティ値

true が固定サイズの場合は IList。それ以外の場合は false

実装

属性

注釈

このメンバーは、明示的なインターフェイス メンバーの実装です。 これは、PrincipalValueCollection<T> のインスタンスが IList インターフェイスにキャストされる場合のみ、使用できます。

適用対象