MonoTouch.Dialog.Section.this C# (CSharp) Метод

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

public this ( int idx ) : Element
idx int
Результат Element
		public Element this [int idx] {
			get {
				return Elements [idx];
			}
		}