Beispiel #1
0
 public DisposableTag(TagSet items, string value)
 {
     _items = items;
     Value  = value;
 }
Beispiel #2
0
 public Event()
 {
     Tags = new TagSet();
     Data = new DataDictionary();
 }
Beispiel #3
0
 public Stack()
 {
     Tags       = new TagSet();
     References = new Collection <string>();
 }
Beispiel #4
0
 public Error()
 {
     Tags = new TagSet();
 }
Beispiel #5
0
 public Stack()
 {
     Tags          = new TagSet();
     References    = new Collection <string>();
     SignatureInfo = new SettingsDictionary();
 }