System.Windows.Forms.CommandBarItemCollection.CommandBarItemCollection C# (CSharp) Метод

CommandBarItemCollection() приватный Метод

private CommandBarItemCollection ( ) : System
Результат System
        internal CommandBarItemCollection()
        {
            this.commandBar = null;
            this.items = new ArrayList();
        }

Same methods

CommandBarItemCollection::CommandBarItemCollection ( CommandBar commandBar ) : System