C# Class System.Net.CFDictionary

Inheritance: CFObject
Mostra file Open project: remobjects/mono Class Usage Examples

Public Methods

Method Description
CFDictionary ( IntPtr handle, bool own ) : System
GetValue ( IntPtr key ) : IntPtr
this ( IntPtr key ) : IntPtr

Private Methods

Method Description
CFDictionaryGetValue ( IntPtr handle, IntPtr key ) : IntPtr

Method Details

CFDictionary() public method

public CFDictionary ( IntPtr handle, bool own ) : System
handle IntPtr
own bool
return System

GetValue() public method

public GetValue ( IntPtr key ) : IntPtr
key IntPtr
return IntPtr

this() public method

public this ( IntPtr key ) : IntPtr
key IntPtr
return IntPtr