C# Class Cocoa.ExportAttribute

Inheritance: System.Attribute
Show file 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 property

protected bool autosync
return bool

selector protected property

protected string selector
return string

signature protected property

protected string signature
return string