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

정의

에 항목을 ICollection<T>추가합니다. 이 구현은 항상 throw됩니다.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>.

구현

예외

항상 throw됩니다.

적용 대상

추가 정보