C# Class Attribute, dev

Show file Open project: jannunzi/dev Class Usage Examples

Public Methods

Method Description
Attribute ( ) : System
Attribute ( string name ) : System
Attribute ( string name, string value ) : System

Method Details

Attribute() public method

public Attribute ( ) : System
return System

Attribute() public method

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

Attribute() public method

public Attribute ( string name, string value ) : System
name string
value string
return System