System.Windows.Forms.BaseCollection.BaseCollection C# (CSharp) Method

BaseCollection() public method

public BaseCollection ( ) : System
return System
        public BaseCollection()
        {
            _list = new ArrayList();
        }