System.ComponentModel.ReferenceConverter.ReferenceConverter C# (CSharp) Méthode

ReferenceConverter() public méthode

Initializes a new instance of the class.

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