JPropertyDescriptor Constructor (name, propertyType)

Json.NET

Json.NET - Quick Starts & API Documentation JPropertyDescriptor Constructor (name, propertyType)
NamespacesNewtonsoft.Json.Linq.ComponentModelJPropertyDescriptorJPropertyDescriptor(String, Type)
Initializes a new instance of the JPropertyDescriptor class.
Declaration Syntax
C# Visual Basic Visual C++
public JPropertyDescriptor(
	string name,
	Type propertyType
)
Public Sub New ( _
	name As String, _
	propertyType As Type _
)
public:
JPropertyDescriptor(
	String^ name, 
	Type^ propertyType
)
Parameters
name (String)
The name.
propertyType (Type)
Type of the property.

Assembly: Newtonsoft.Json (Module: Newtonsoft.Json) Version: 4.0.2.0 (4.0.2.13623)