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

TypeListConverter() protected method

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
return System.ComponentModel.Design.Serialization
        protected TypeListConverter(Type[] types)
        {
            _types = types;
        }