Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

IValueManager<ValueType> Members

Declares members implemented by value managers.

Properties

Name Description
CanManageValue Indicates whether the value manager can currently be used.
Value Holds the data stored by a value manager.

Methods

Name Description
Clear() When implemented by a value manager, sets the IValueManager`1.Value property to the default value of the type parameter. Inherited from IValueManagerBase.
See Also