Click or drag to resize

ObjectValueTypeWidenerFactory Methods

The ObjectValueTypeWidenerFactory type exposes the following members.

Methods
  NameDescription
Public methodMake
Returns a type widener or coercer.

Implementations can provide custom widening behavior from an object to a a widened, coerced or related object value.

Implementations should check whether an object value is assignable with or without coercion or widening.

This method can return null to use the default widening behavior.

Throw to indicate an unsupported widening or coercion(default behavior checking still applies if no exception is thrown)

Top
See Also