ImmutableArray<T>.ICollection<T>.Add(T) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
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
要添加到数组末尾的项。
实现
注解
此成员是显式接口成员实现。 仅当实例强制转换为ImmutableArray<T>接口时ICollection<T>,才能使用它。