JsonArray.Insert(Int32, JsonValue) 메서드

정의

항목을 IList<T>의 지정된 인덱스에 삽입합니다.

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

매개 변수

index
Int32

item을 삽입해야 하는 인덱스(0부터 시작)입니다.

item
JsonValue

IList<T>에 삽입할 개체입니다.

구현

설명

참고

네임스페이 System.Json 스는 더 이상 지원되지 않는 Silverlight용으로 설계되었습니다. JSON 처리를 위해 대신 네임스페이스에서 API를 System.Text.Json 사용하는 것이 좋습니다.

적용 대상