Json.NET - Quick Starts & API Documentation
ComponentType Property
Namespaces ► Newtonsoft.Json.Linq ► JPropertyDescriptor ► ComponentType
When overridden in a derived class, gets the type of the component this property is bound to.
Declaration Syntax
Return Value
A Type that represents the type of component this property is bound to. When the GetValue(Object) or SetValue(Object, Object) methods are invoked, the object specified might be an instance of this type.