JsonDynamic Operators and Type Conversions |
The JsonDynamic type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | Equality |
Test whether values of its operands are equal.
|
![]() ![]() | Explicit(JsonDynamic to JsonValue) |
Performs an explicit conversion from JsonDynamic to JsonValue.
|
![]() ![]() | Explicit(JsonValue to JsonDynamic) |
Performs an explicit conversion from JsonValue to JsonDynamic.
|
![]() ![]() | Implicit(Boolean to JsonDynamic) |
Performs an implicit conversion from Boolean to JsonDynamic.
|
![]() ![]() | Implicit(Decimal to JsonDynamic) |
Performs an implicit conversion from Decimal to JsonDynamic.
|
![]() ![]() | Implicit(Double to JsonDynamic) |
Performs an implicit conversion from Double to JsonDynamic.
|
![]() ![]() | Implicit(Int32 to JsonDynamic) |
Performs an implicit conversion from Int32 to JsonDynamic.
|
![]() ![]() | Implicit(Int64 to JsonDynamic) |
Performs an implicit conversion from Int64 to JsonDynamic.
|
![]() ![]() | Implicit(Nullable<Boolean> to JsonDynamic) |
Performs an implicit conversion from nullable Boolean to JsonDynamic.
|
![]() ![]() | Implicit(Nullable<Decimal> to JsonDynamic) |
Performs an implicit conversion from nullable Decimal to JsonDynamic.
|
![]() ![]() | Implicit(Nullable<Double> to JsonDynamic) |
Performs an implicit conversion from nullable Double to JsonDynamic.
|
![]() ![]() | Implicit(Nullable<Int32> to JsonDynamic) |
Performs an implicit conversion from Int32 to JsonDynamic.
|
![]() ![]() | Implicit(Nullable<Int64> to JsonDynamic) |
Performs an implicit conversion from nullable Int64 to JsonDynamic.
|
![]() ![]() | Implicit(Nullable<Single> to JsonDynamic) |
Performs an implicit conversion from nullable Single to JsonDynamic.
|
![]() ![]() | Implicit(Single to JsonDynamic) |
Performs an implicit conversion from Single to JsonDynamic.
|
![]() ![]() | Implicit(String to JsonDynamic) |
Performs an implicit conversion from String to JsonDynamic.
|
![]() ![]() | Inequality |
Test whether values of its operands are inequal.
|