Json.NET - Quick Starts & API Documentation
JRaw Constructor (other)
NamespacesNewtonsoft.Json.LinqJRawJRaw(JRaw)
Initializes a new instance of the JRaw class from another JRaw object.
Declaration Syntax
C#Visual BasicVisual C++
public JRaw(
	JRaw other
)
Public Sub New ( _
	other As JRaw _
)
public:
JRaw(
	JRaw^ other
)
Parameters
other (JRaw)
A JRaw object to copy from.

Assembly: Newtonsoft.Json (Module: Newtonsoft.Json) Version: 4.5.0.0 (4.5.5.14908)