C# Class Cocoa.ExportAttribute

Inheritance: System.Attribute
Afficher le fichier Open project: mono/cocoa-sharp Class Usage Examples

Protected Properties

Свойство Type Description
autosync bool
selector string
signature string

Méthodes publiques

Méthode Description
ExportAttribute ( ) : System
ExportAttribute ( string selector ) : System

Method Details

ExportAttribute() public méthode

public ExportAttribute ( ) : System
Résultat System

ExportAttribute() public méthode

public ExportAttribute ( string selector ) : System
selector string
Résultat System

Property Details

autosync protected_oe property

protected bool autosync
Résultat bool

selector protected_oe property

protected string selector
Résultat string

signature protected_oe property

protected string signature
Résultat string