Click or drag to resize

JsonSerializerAdd Method (String, String)

Add a string array 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,
	string[] value
)

Parameters

propertyName
Type: SystemString
The name of the property.
value
Type: SystemString
The string array, may be empty.
See Also