System.ComponentModel.ReferenceConverter.ReferenceConverter C# (CSharp) Method

ReferenceConverter() public method

Initializes a new instance of the class.

public ReferenceConverter ( Type type ) : Microsoft.Win32
type System.Type
return Microsoft.Win32
        public ReferenceConverter(Type type)
        {
            _type = type;
        }