ArraySegment<T>.ICollection<T>.Add(T) 方法

定義

在所有情況下都會擲回 NotSupportedException 例外狀況。

 virtual void System.Collections.Generic.ICollection<T>.Add(T item) = System::Collections::Generic::ICollection<T>::Add;
void ICollection<T>.Add (T item);
abstract member System.Collections.Generic.ICollection<T>.Add : 'T -> unit
override this.System.Collections.Generic.ICollection<T>.Add : 'T -> unit
Sub Add (item As T) Implements ICollection(Of T).Add

參數

item
T

要加入至陣列區段的物件。

實作

例外狀況

在所有情況下。

備註

這個方法一律會擲回 , NotSupportedException 因為無法展開陣列區段。

適用於