C# Class Microsoft.AspNet.SignalR.Json.JRawValue

An implementation of IJsonValue over JSON.NET
Inheritance: IJsonValue
ファイルを表示 Open project: SignalR/SignalR

Public Methods

Method Description
CanConvertTo ( Type type ) : bool
ConvertTo ( Type type ) : object
JRawValue ( JRaw value ) : System

Method Details

CanConvertTo() public method

public CanConvertTo ( Type type ) : bool
type System.Type
return bool

ConvertTo() public method

public ConvertTo ( Type type ) : object
type System.Type
return object

JRawValue() public method

public JRawValue ( JRaw value ) : System
value Newtonsoft.Json.Linq.JRaw
return System