Click or drag to resize

ConversionOptionsConstructorResolvingMode Property

Defines if and how conversion will try to use a public constructor with it's only parameter beeing of the type of the given source value. The default mode is Strict.

Namespace:  TB.ComponentModel
Assembly:  UniversalTypeConverter (in UniversalTypeConverter.dll) Version: 2.0.0
Syntax
C#
public ConstructorResolvingMode ConstructorResolvingMode { get; set; }

Property Value

Type: ConstructorResolvingMode

Implements

IConversionOptionsConstructorResolvingMode
See Also