TypeValueDictionaryAdd Method |
| Name | Description | |
|---|---|---|
| AddTDestination(FuncTDestination) |
Adds the getValue as the provider for a return value for conversions that convert to TDestination.
This operation overwrites previous declarations for this type, if any.
| |
| AddTDestination(TDestination) |
Adds the value as a return value for TDestination.
This operation overwrites previous declarations for this type, if any.
| |
| Add(Type, Object) |
Adds the value as a return value for conversions that convert to destinationType.
This operation overwrites previous declarations for this type, if any.
|