C# Class Cocoa.ConnectAttribute

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

Protected Properties

Свойство Type Description
name string
size int
type string

Méthodes publiques

Méthode Description
ConnectAttribute ( ) : System
ConnectAttribute ( string name ) : System

Method Details

ConnectAttribute() public méthode

public ConnectAttribute ( ) : System
Résultat System

ConnectAttribute() public méthode

public ConnectAttribute ( string name ) : System
name string
Résultat System

Property Details

name protected_oe property

protected string name
Résultat string

size protected_oe property

protected int size
Résultat int

type protected_oe property

protected string type
Résultat string