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

CFArrayGetValueAtIndex() private method

private CFArrayGetValueAtIndex ( IntPtr handle, int index ) : IntPtr
handle System.IntPtr
index int
return System.IntPtr
		extern static IntPtr CFArrayGetValueAtIndex (IntPtr handle, int index);