Array.IList.Add メソッド
IList.Add を実装します。常に NotSupportedException をスローします。
Private Function Add( _
ByVal value As Object _) As Integer Implements IList.Add
[C#]
int IList.Add(
objectvalue);
[C++]
private: int IList::Add(Object* value);
[JScript]
private function IList.Add(
value : Object) : int;
パラメータ
- value
Array に追加するオブジェクト。
戻り値
常に例外がスローされます。
実装
例外
例外の種類 | 条件 |
---|---|
NotSupportedException | 常にスローされます。 |
解説
Array は固定サイズであるため、要素を追加または削除できません。 SetValue を使用して、既存の要素の値を変更します。
必要条件
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ, Common Language Infrastructure (CLI) Standard