JsonProperty Conversion (KeyValuePairString, JsonValue to JsonProperty)
Namespace: KGySoft.JsonAssembly: KGySoft.Json (in KGySoft.Json.dll) Version: 3.0.0
public static implicit operator JsonProperty (
KeyValuePair<string, JsonValue> property
)
Public Shared Widening Operator CType (
property As KeyValuePair(Of String, JsonValue)
) As JsonProperty
static implicit operator JsonProperty (
KeyValuePair<String^, JsonValue> property
)
F# does not support the declaration of new casting operators.
- property KeyValuePairString, JsonValue
- The key-value pair to be converted to a JsonProperty.
JsonProperty
A
JsonProperty instance that represents the original value.