C# Class Cocoa.Dictionary

Inheritance: Object
显示文件 Open project: mono/cocoa-sharp Class Usage Examples

Public Properties

Property Type Description
ObjectiveCName string

Public Methods

Method Description
Dictionary ( ) : System
Dictionary ( IntPtr native_object ) : System
Dictionary ( string key, Object native_object ) : System

Method Details

Dictionary() public method

public Dictionary ( ) : System
return System

Dictionary() public method

public Dictionary ( IntPtr native_object ) : System
native_object System.IntPtr
return System

Dictionary() public method

public Dictionary ( string key, Object native_object ) : System
key string
native_object Object
return System

Property Details

ObjectiveCName public_oe static_oe property

public static string ObjectiveCName
return string