DefinitionCollection<T>.Insert(Int32, T) 메서드

정의

index로 지정된 위치에서 IDefinitionDefinitionCollection<T>로 삽입합니다.

public void Insert (int index, T item);
abstract member Insert : int * 'T -> unit
override this.Insert : int * 'T -> unit

매개 변수

index
System.Int32

item을 삽입할 위치입니다.

item
T

삽입할 IDefinition입니다.

구현

System.Collections.Generic.IList`1.Insert(System.Int32,`0)

적용 대상