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);
			}
		}
	}