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
)
Public Sub Add (
propertyName As String,
value As Integer
)
Parameters
- propertyName
- Type: SystemString
The name of the property. - value
- Type: SystemInt32
The value of the property.
See Also