Share via


GroupCollection.IList.Insert(Int32, Object) 메서드

정의

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

 virtual void System.Collections.IList.Insert(int index, System::Object ^ value) = System::Collections::IList::Insert;
void IList.Insert (int index, object value);
abstract member System.Collections.IList.Insert : int * obj -> unit
override this.System.Collections.IList.Insert : int * obj -> unit
Sub Insert (index As Integer, value As Object) Implements IList.Insert

매개 변수

index
Int32

그룹을 삽입할 위치입니다.

value
Object

삽입할 그룹입니다.

구현

예외

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

적용 대상