System.ComponentModel.TypeListConverter.TypeListConverter C# (CSharp) 메소드

TypeListConverter() 보호된 메소드

Initializes a new instance of the class using the type array as the available types.

protected TypeListConverter ( Type types ) : System.ComponentModel.Design.Serialization
types Type
리턴 System.ComponentModel.Design.Serialization
        protected TypeListConverter(Type[] types)
        {
            _types = types;
        }