MonoTouch.Dialog.Section.this C# (CSharp) Method

this() public method

public this ( int idx ) : Element
idx int
return Element
		public Element this [int idx] {
			get {
				return Elements [idx];
			}
		}