C# Class System.Net.CFDictionary

Inheritance: CFObject
Afficher le fichier Open project: remobjects/mono Class Usage Examples

Méthodes publiques

Méthode Description
CFDictionary ( IntPtr handle, bool own ) : System
GetValue ( IntPtr key ) : IntPtr
this ( IntPtr key ) : IntPtr

Private Methods

Méthode Description
CFDictionaryGetValue ( IntPtr handle, IntPtr key ) : IntPtr

Method Details

CFDictionary() public méthode

public CFDictionary ( IntPtr handle, bool own ) : System
handle IntPtr
own bool
Résultat System

GetValue() public méthode

public GetValue ( IntPtr key ) : IntPtr
key IntPtr
Résultat IntPtr

this() public méthode

public this ( IntPtr key ) : IntPtr
key IntPtr
Résultat IntPtr