Array が固定サイズかどうかを示す値を取得します。
Public Overridable ReadOnly Property IsFixedSize As Boolean _ Implements IList.IsFixedSize
[C#]
public virtual bool IsFixedSize {get;}
[C++]
public: __property virtual bool get_IsFixedSize();
[JScript]
public function get IsFixedSize() : Boolean;
プロパティ値
このプロパティは、すべての配列に対して常に true です。
実装
解説
Array は、 System.Collections.IList インターフェイスに必要な IsFixedSize プロパティを実装します。
固定サイズの配列では、配列を作成した後で要素の追加または削除はできませんが、既存の要素は変更できます。
必要条件
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ, .NET Compact Framework - Windows CE .NET, Common Language Infrastructure (CLI) Standard
参照
Array クラス | Array メンバ | System 名前空間 | System.Collections.IList