Implicit Operator

Json.NET

Json.NET - Quick Starts & API Documentation Implicit Operator
NamespacesNewtonsoft.Json.LinqJTokenImplicitWideningImplicitImplicitImplicit(Nullable<(Of <<'(Int32>)>>) to JToken)
Performs an implicit conversion from Nullable<(Of <(<'T>)>)> to JToken.
Declaration Syntax
C# Visual Basic Visual C++
public static implicit operator JToken (
	Nullable<int> value
)
Public Shared Widening Operator CType ( _
	value As Nullable(Of Integer) _
) As JToken
static implicit operator JToken^ (
	Nullable<int> value
)
Parameters
value (Nullable<(Of <(<'Int32>)>)>)
The value to create a JValue from.
Return Value
The JValue initialized with the specified value.

Assembly: Newtonsoft.Json (Module: Newtonsoft.Json) Version: 4.0.2.0 (4.0.2.13623)