public Impl(SetFlag owner, IReadOnlyList <IToken> tokens, string id, bool initialState)
 {
     _owner           = owner;
     Tokens           = tokens;
     _id              = id;
     IsInitialStateOn = string.IsNullOrEmpty(id) || initialState;
 }
Exemplo n.º 2
0
 public Impl(SetFlag owner, IReadOnlyList <byte[]> tokens, string id)
 {
     _owner = owner;
     Tokens = tokens;
     _id    = id;
 }