Click or drag to resize

JsonSerializerAdd Method (String, StringCollection)

Add a StringCollection to the object as a string array.

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

Parameters

propertyName
Type: SystemString
The name of the property.
value
Type: System.Collections.SpecializedStringCollection
The collection, may be null or empty.
See Also