Method | Description | |
---|---|---|
Equals ( object obj ) : bool |
Checks weather the attribute is the same
|
|
GetHashCode ( ) : int | ||
QualifierAttribute ( ) : System |
Instantiate a new qualifier with an empty name
|
|
QualifierAttribute ( string value ) : System |
Instantiate a new qualifier with a givin name
|
public QualifierAttribute ( string value ) : System | ||
value | string | name to use as qualifier |
return | System |