Json.NET - Quick Starts & API Documentation
Identifier Constructor (name)
NamespacesNewtonsoft.JsonIdentifierIdentifier(String)
Initializes a new instance of the Identifier class.
Declaration Syntax
C#Visual BasicVisual C++
public Identifier(
	string name
)
Public Sub New ( _
	name As String _
)
public:
Identifier(
	String^ name
)
Parameters
name (String)
The name.

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