System.Net.CFDictionary.this C# (CSharp) Метод

this() публичный Метод

public this ( IntPtr key ) : IntPtr
key IntPtr
Результат IntPtr
		public IntPtr this[IntPtr key] {
			get {
				return GetValue (key);
			}
		}
	}