다음을 통해 공유


DefinitionCollection<T>.RemoveAt(Int32) 메서드

정의

DefinitionCollection<T>에서 항목을 제거합니다.

public void RemoveAt (int index);
abstract member RemoveAt : int -> unit
override this.RemoveAt : int -> unit

매개 변수

index
System.Int32

IDefinition 인스턴스를 제거할 이 DefinitionCollection<T>의 위치입니다.

구현

System.Collections.Generic.IList`1.RemoveAt(System.Int32)

적용 대상