ResetValue Method (component)

Json.NET

Json.NET - Quick Starts & API Documentation ResetValue Method (component)
NamespacesNewtonsoft.Json.Linq.ComponentModelJPropertyDescriptorResetValue(Object)
When overridden in a derived class, resets the value for this property of the component to the default value.
Declaration Syntax
C# Visual Basic Visual C++
public override void ResetValue(
	Object component
)
Public Overrides Sub ResetValue ( _
	component As Object _
)
public:
virtual void ResetValue(
	Object^ component
) override
Parameters
component (Object)
The component with the property value that is to be reset to the default value.

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