public DisposableTag(TagSet items, string value) { _items = items; Value = value; }
public Event() { Tags = new TagSet(); Data = new DataDictionary(); }
public Stack() { Tags = new TagSet(); References = new Collection <string>(); }
public Error() { Tags = new TagSet(); }
public Stack() { Tags = new TagSet(); References = new Collection <string>(); SignatureInfo = new SettingsDictionary(); }