ProtocolJsonSerializer.Add Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public static void Add(this System.Collections.Generic.IDictionary<string,System.Text.Json.JsonElement> target, object value);
static member Add : System.Collections.Generic.IDictionary<string, System.Text.Json.JsonElement> * obj -> unit
<Extension()>
Public Sub Add (target As IDictionary(Of String, JsonElement), value As Object)
Parameters
- target
- IDictionary<String,JsonElement>
- value
- Object