System.Net.CFArray.this C# (CSharp) Метод

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

public this ( int index ) : IntPtr
index int
Результат System.IntPtr
		public IntPtr this[int index] {
			get {
				return CFArrayGetValueAtIndex (Handle, index);
			}
		}
	}