C# Class Smartmobili.Cocoa.NSMapTable

Inheritance: NSObject
Mostra file Open project: smartmobili/CocoaBuilder Class Usage Examples

Public Properties

Property Type Description
Class Class

Public Methods

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

Method Details

Alloc() public static method

public static Alloc ( ) : NSMapTable
return NSMapTable

Get() public static method

public static Get ( NSMapTable map, IntPtr ptr ) : id
map NSMapTable
ptr System.IntPtr
return id

InsertKnownAbsent() public static method

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

Property Details

Class public_oe static_oe property

public static Class,Smartmobili.Cocoa Class
return Class