Click or drag to resize

JObjectAdd Method (String, JToken)

[Missing <summary> documentation for "M:Stimulsoft.Base.Json.Linq.JObject.Add(System.String,Stimulsoft.Base.Json.Linq.JToken)"]

Namespace:  Stimulsoft.Base.Json.Linq
Assembly:  Stimulsoft.Base (in Stimulsoft.Base.dll) Version: 2019.3.1.0
Syntax
public void Add(
	string propertyName,
	JToken value
)

Parameters

propertyName
Type: SystemString

[Missing <param name="propertyName"/> documentation for "M:Stimulsoft.Base.Json.Linq.JObject.Add(System.String,Stimulsoft.Base.Json.Linq.JToken)"]

value
Type: Stimulsoft.Base.Json.LinqJToken

[Missing <param name="value"/> documentation for "M:Stimulsoft.Base.Json.Linq.JObject.Add(System.String,Stimulsoft.Base.Json.Linq.JToken)"]

Implements

IDictionaryTKey, TValueAdd(TKey, TValue)
See Also