Int32Collection.Insert(Int32, Int32) 메서드

정의

컬렉션 내의 특정 위치에 Int32를 삽입합니다.

public:
 virtual void Insert(int index, int value);
public void Insert (int index, int value);
abstract member Insert : int * int -> unit
override this.Insert : int * int -> unit
Public Sub Insert (index As Integer, value As Integer)

매개 변수

index
Int32

Int32 이 삽입되는 인덱스 위치입니다.

value
Int32

컬렉션에 삽입할 Int32입니다.

구현

예외

indexInt32Collection의 유효한 인덱스가 아닌 경우

Int32Collection이 읽기 전용인 경우

또는 Int32Collection가 고정 크기입니다.

적용 대상

추가 정보