Class in Arbor.ValueFlow / Inherits from: object
Description
A class that mediates the exchange of values. It is used to avoid boxing as much as possible where the type is determined at runtime.
Fields
Methods
Static Methods
| Method Name | Description | 
| Get | Gets the ValueMediator of the specified type. | 
| GetRegisteredTypes | Get an array of registered types. | 
| HasMediator | Check to see if you have ValueMediator in your possession. | 
| Register | Register ValueMediator. | 
| RegisterEnum | Register Enum type in ValueMediator. |