SilverlightMappingToolBasic.XamlStringConverter.XamlStringConverter C# (CSharp) Method

XamlStringConverter() public method

public XamlStringConverter ( Type type ) : System
type System.Type
return System
        public XamlStringConverter(Type type)
            : base()
        {
            _type = type;
        }