System.Net.CFArray.this C# (CSharp) Method

this() public method

public this ( int index ) : IntPtr
index int
return System.IntPtr
		public IntPtr this[int index] {
			get {
				return CFArrayGetValueAtIndex (Handle, index);
			}
		}
	}