Catnap.Database.ValueConverter.ValueConverter C# (CSharp) Method

ValueConverter() public method

public ValueConverter ( IType defaultType, IType>.IDictionary types ) : System
defaultType IType
types IType>.IDictionary
return System
        public ValueConverter(IType defaultType, IDictionary<Type, IType> types)
        {
            this.defaultType = defaultType;
            this.types = types;
        }