I dont see the code anymore... (k3nshi)
class AuthorAttribute : System.Attribute
{
public AuthorAttribute(string name)
{
this.name = name;
}
private string name;
public string Name {
get { return name; }
}
}
obsession. infatuation. passion. deviancy.
class AuthorAttribute : System.Attribute
{
public AuthorAttribute(string name)
{
this.name = name;
}
private string name;
public string Name {
get { return name; }
}
}
Posted by k3nshi at 3:24 PM
No comments:
Post a Comment