INameObjectCollection.RemoveAt(Int32) 메서드

정의

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

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

매개 변수

index
Int32

항목의 인덱스를 나타내는 Int32 값입니다.

적용 대상