C# Class Smartmobili.Cocoa.NSMapTable

Inheritance: NSObject
Afficher le fichier Open project: smartmobili/CocoaBuilder Class Usage Examples

Méthodes publiques

Свойство Type Description
Class Class

Méthodes publiques

Méthode Description
Alloc ( ) : NSMapTable
Get ( NSMapTable map, IntPtr ptr ) : id
InsertKnownAbsent ( NSMapTable map, IntPtr key, id value ) : void

Method Details

Alloc() public static méthode

public static Alloc ( ) : NSMapTable
Résultat NSMapTable

Get() public static méthode

public static Get ( NSMapTable map, IntPtr ptr ) : id
map NSMapTable
ptr System.IntPtr
Résultat id

InsertKnownAbsent() public static méthode

public static InsertKnownAbsent ( NSMapTable map, IntPtr key, id value ) : void
map NSMapTable
key System.IntPtr
value id
Résultat void

Property Details

Class public_oe static_oe property

public static Class,Smartmobili.Cocoa Class
Résultat Class