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

定義

項目を追加、削除、または変更できる場合は true を返します。

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

プロパティ値

常に true を返します。

実装

注釈

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

適用対象