C# Class Cocoa.ExportAttribute

Inheritance: System.Attribute
ファイルを表示 Open project: mono/cocoa-sharp Class Usage Examples

Protected Properties

Property Type Description
autosync bool
selector string
signature string

Public Methods

Method Description
ExportAttribute ( ) : System
ExportAttribute ( string selector ) : System

Method Details

ExportAttribute() public method

public ExportAttribute ( ) : System
return System

ExportAttribute() public method

public ExportAttribute ( string selector ) : System
selector string
return System

Property Details

autosync protected_oe property

protected bool autosync
return bool

selector protected_oe property

protected string selector
return string

signature protected_oe property

protected string signature
return string