System.ComponentModel.Design.DesignerCollection.this C# (CSharp) Method

this() public method

public this ( int index ) : IDesignerHost
index int
return IDesignerHost
        public virtual IDesignerHost this[int index] {
            get {
                return (IDesignerHost)designers[index];
            }
        }