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

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

public this ( int index ) : Control
index int
Результат Control
		public Control this[int index] {
			get { return (theView.Subviews[index] as IViewHelper).Host ;	}

			set { theView.Subviews[index] = value; }
		}
		//TODO: Make it work, It doesn't work as is