DictionaryKeyType Property

Json.NET

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

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