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

this() public method

public this ( IntPtr key ) : IntPtr
key IntPtr
return IntPtr
		public IntPtr this[IntPtr key] {
			get {
				return GetValue (key);
			}
		}
	}