CollectionItemType Property

Json.NET

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

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