C# Class Cocoa.ConnectAttribute

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

protected string name
return string

size protected property

protected int size
return int

type protected property

protected string type
return string