ModelItemCollection.RemoveAt(Int32) 메서드

정의

지정한 인덱스에 있는 항목을 제거합니다.

public:
 abstract void RemoveAt(int index);
public abstract void RemoveAt (int index);
abstract member RemoveAt : int -> unit
Public MustOverride Sub RemoveAt (index As Integer)

매개 변수

index
Int32

항목의 인덱스입니다.

구현

적용 대상