Editare

Partajați prin


JsonObject.Insert(Int32, String, JsonNode) Method

Definition

public:
 void Insert(int index, System::String ^ propertyName, System::Text::Json::Nodes::JsonNode ^ value);
public void Insert (int index, string propertyName, System.Text.Json.Nodes.JsonNode? value);
member this.Insert : int * string * System.Text.Json.Nodes.JsonNode -> unit
Public Sub Insert (index As Integer, propertyName As String, value As JsonNode)

Parameters

index
Int32
propertyName
String
value
JsonNode

Applies to