Exemplo n.º 1
0
 public StaticAccessorAttribute(string name, StaticAccessorType type)
 {
     Name = name;
     Type = type;
 }
Exemplo n.º 2
0
 public StaticAccessor(string str, StaticAccessorType t)
 {
 }
Exemplo n.º 3
0
 public StaticAccessorAttribute(StaticAccessorType type)
 {
     Type = type;
 }
 public StaticAccessorAttribute(string name, StaticAccessorType type)
 {
     this.Name = name;
     this.Type = type;
 }