JsonPropertyCollection Constructor (type)

Json.NET

Json.NET - Quick Starts & API Documentation JsonPropertyCollection Constructor (type)
NamespacesNewtonsoft.Json.SerializationJsonPropertyCollectionJsonPropertyCollection(Type)
Initializes a new instance of the JsonPropertyCollection class.
Declaration Syntax
C# Visual Basic Visual C++
public JsonPropertyCollection(
	Type type
)
Public Sub New ( _
	type As Type _
)
public:
JsonPropertyCollection(
	Type^ type
)
Parameters
type (Type)
The type.

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