Share via


GroupCollection.IList.Add(Object) 메서드

정의

이 메서드를 호출하면 NotSupportedException이 항상 throw됩니다.

 virtual int System.Collections.IList.Add(System::Object ^ value) = System::Collections::IList::Add;
int IList.Add (object value);
abstract member System.Collections.IList.Add : obj -> int
override this.System.Collections.IList.Add : obj -> int
Function Add (value As Object) As Integer Implements IList.Add

매개 변수

value
Object

그룹 컬렉션에 추가할 개체입니다.

반환

Int32

이 메서드를 호출하면 NotSupportedException이 항상 throw됩니다.

구현

예외

이 메서드는 지원되지 않습니다. 읽기 전용 컬렉션입니다.

적용 대상