JsonSerializerAdd Method (String, Enum) |
Add an enum property to the object converting the enum value to an int.
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public void Add(
string propertyName,
Enum value
)
Public Sub Add (
propertyName As String,
value As Enum
)
Parameters
- propertyName
- Type: SystemString
The name of the property. - value
- Type: SystemEnum
The value of the property.
See Also