ItemConverterType Property

Json.NET

Json.NET - Quick Starts & API Documentation ItemConverterType Property
NamespacesNewtonsoft.JsonJsonContainerAttributeItemConverterType
Gets the collection's items converter.
Declaration Syntax
C# Visual Basic Visual C++
public Type ItemConverterType { get; set; }
Public Property ItemConverterType As Type
	Get
	Set
public:
property Type^ ItemConverterType {
	Type^ get ();
	void set (Type^ value);
}
Value
The collection's items converter.

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