Exemplo n.º 1
0
 public DisposableTag(TagSet items, string value)
 {
     _items = items;
     Value  = value;
 }
Exemplo n.º 2
0
 public ErrorStack()
 {
     Tags       = new TagSet();
     References = new Collection <string>();
 }
Exemplo n.º 3
0
 public Error()
 {
     Tags = new TagSet();
 }