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