ImmutableArray<T>.IList.Insert(Int32, Object) 메서드
정의
모든 경우에 NotSupportedException을 throw합니다.Throws NotSupportedException in all cases.
virtual void System.Collections.IList.Insert(int index, System::Object ^ value) = System::Collections::IList::Insert;
void IList.Insert (int index, object value);
abstract member System.Collections.IList.Insert : int * obj -> unit
override this.System.Collections.IList.Insert : int * obj -> unit
Sub Insert (index As Integer, value As Object) Implements IList.Insert
매개 변수
- index
- Int32
항목을 삽입할 위치를 나타내는 인덱스입니다.Index that indicates where to insert the item.
- value
- Object
삽입할 값입니다.The value to insert.
구현
예외
모든 경우에 throw됩니다.Thrown in all cases.