Click or drag to resize

JsonSerializerAdd Method (String, Int32)

Add an int property to the object.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public void Add(
	string propertyName,
	int value
)

Parameters

propertyName
Type: SystemString
The name of the property.
value
Type: SystemInt32
The value of the property.
See Also