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

要加入陣列的值。

傳回

在所有情況下都會擲回 NotSupportedException

實作

例外狀況

所有情況都會擲回。

適用於