Array.IList.IsFixedSize プロパティ

定義

Array が固定サイズかどうかを示す値を取得します。

property bool System::Collections::IList::IsFixedSize { bool get(); };
bool System.Collections.IList.IsFixedSize { get; }
member this.System.Collections.IList.IsFixedSize : bool
 ReadOnly Property IsFixedSize As Boolean Implements IList.IsFixedSize

プロパティ値

Boolean

Array が固定サイズである場合は true、固定サイズではない場合は false です。

実装

注釈

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

適用対象