Microsoft.ManagementConsole.ActionsPaneItemCollection.ActionsPaneItemCollection C# (CSharp) Method

ActionsPaneItemCollection() public method

public ActionsPaneItemCollection ( ) : Microsoft.ManagementConsole.Internal
return Microsoft.ManagementConsole.Internal
        public ActionsPaneItemCollection() : base(typeof(ActionsPaneItem))
        {
            this._data = new ActionsPaneItemCollectionData();
        }