Click or drag to resize

JObject.Add Method (String, JToken)

Namespace:  Newtonsoft.Json.Linq
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public void Add(
	string propertyName,
	JToken value
)

Parameters

propertyName
Type: System.String
value
Type: Newtonsoft.Json.Linq.JToken

Implements

IDictionary<TKey, TValue>.Add(TKey, TValue)
See Also