Прочитать на английском Изменить

Поделиться через


ArraySegment<T>.ICollection<T>.Add(T) Method

Definition

Throws a NotSupportedException exception in all cases.

void ICollection<T>.Add(T item);

Parameters

item
T

The object to add to the array segment.

Implements

Exceptions

In all cases.

Remarks

This method always throws a NotSupportedException because an array segment cannot be expanded.

Applies to