Click or drag to resize

TypeValueDictionaryAdd Method

Overload List
  NameDescription
Public methodAddTDestination(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.
Public methodAddTDestination(TDestination)
Adds the value as a return value for TDestination. This operation overwrites previous declarations for this type, if any.
Public methodAdd(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.
Top
See Also