Implicit Operator

Json.NET

Json.NET - Quick Starts & API Documentation Implicit Operator
NamespacesNewtonsoft.Json.LinqJTokenImplicitWideningImplicitImplicitImplicit(UInt16 to JToken)
Performs an implicit conversion from UInt16 to JToken.
Declaration Syntax
C# Visual Basic Visual C++
public static implicit operator JToken (
	ushort value
)
Public Shared Widening Operator CType ( _
	value As UShort _
) As JToken
static implicit operator JToken^ (
	unsigned short value
)
Parameters
value (UInt16)
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)