Microsoft.ManagementConsole.ActionsPaneItemCollection.ActionsPaneItemCollection C# (CSharp) 메소드

ActionsPaneItemCollection() 공개 메소드

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