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

this() public méthode

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