ComponentFactory.Krypton.Docking.DockingElementClosedCollection.DockingElementClosedCollection C# (CSharp) Метод

DockingElementClosedCollection() публичный Метод

Initialize a new instance of the DockingElementClosedCollection class.
public DockingElementClosedCollection ( string name ) : System
name string Initial name of the element.
Результат System
        public DockingElementClosedCollection(string name)
            : base(name)
        {
            _elements = new List<IDockingElement>();
        }