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

Assembly: Newtonsoft.Json (Module: Newtonsoft.Json) Version: 3.5.0.0 (3.5.0.0)