Ejemplo n.º 1
0
 public Stack()
 {
     Tags          = new TagSet();
     References    = new Collection <string>();
     SignatureInfo = new SettingsDictionary();
 }
Ejemplo n.º 2
0
 public Event()
 {
     Tags = new TagSet();
     Data = new DataDictionary();
 }
Ejemplo n.º 3
0
 public DisposableTag(TagSet items, string value)
 {
     _items = items;
     Value  = value;
 }