System.Net.CFDictionary.GetValue C# (CSharp) 메소드

GetValue() 공개 메소드

public GetValue ( IntPtr key ) : IntPtr
key IntPtr
리턴 IntPtr
		public IntPtr GetValue (IntPtr key)
		{
			return CFDictionaryGetValue (Handle, key);
		}