System.Net.CFArray.this C# (CSharp) Méthode

this() public méthode

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