ImmutableArray<T>.IList.Add(Object) メソッド

定義

常に NotSupportedException をスローします。

 virtual int System.Collections.IList.Add(System::Object ^ value) = System::Collections::IList::Add;
int IList.Add (object value);
abstract member System.Collections.IList.Add : obj -> int
override this.System.Collections.IList.Add : obj -> int
Function Add (value As Object) As Integer Implements IList.Add

パラメーター

value
Object

配列に追加する値。

戻り値

Int32

常に NotSupportedException をスローします。

実装

例外

常にスローされます。

適用対象