CanResetValue Method (component)

Json.NET

Json.NET - Quick Starts & API Documentation CanResetValue Method (component)
NamespacesNewtonsoft.Json.Linq.ComponentModelJPropertyDescriptorCanResetValue(Object)
When overridden in a derived class, returns whether resetting an object changes its value.
Declaration Syntax
C# Visual Basic Visual C++
public override bool CanResetValue(
	Object component
)
Public Overrides Function CanResetValue ( _
	component As Object _
) As Boolean
public:
virtual bool CanResetValue(
	Object^ component
) override
Parameters
component (Object)
The component to test for reset capability.
Return Value
true if resetting the component changes its value; otherwise, false.

Assembly: Newtonsoft.Json (Module: Newtonsoft.Json) Version: 4.0.2.0 (4.0.2.13623)