SortedDictionary<TKey,TValue>.ValueCollection.ICollection<TValue>.Add 메서드

정의

ICollection<T>에 항목을 추가합니다. 이 구현은 항상 NotSupportedException을 발생시킵니다.

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

매개 변수

item
TValue

ICollection<T>에 추가할 개체입니다.

구현

예외

항상 발생하며 컬렉션은 읽기 전용입니다.

적용 대상

추가 정보