C# Class Cocoa.ConnectAttribute

Inheritance: System.Attribute
Mostra file Open project: mono/cocoa-sharp Class Usage Examples

Protected Properties

Property Type Description
name string
size int
type string

Public Methods

Method Description
ConnectAttribute ( ) : System
ConnectAttribute ( string name ) : System

Method Details

ConnectAttribute() public method

public ConnectAttribute ( ) : System
return System

ConnectAttribute() public method

public ConnectAttribute ( string name ) : System
name string
return System

Property Details

name protected_oe property

protected string name
return string

size protected_oe property

protected int size
return int

type protected_oe property

protected string type
return string