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