Exemplo n.º 1
0
 public Builder SetSeek(CommandSeek value)
 {
     _base.Seek = value ?? throw new NullReferenceException();
     return(this);
 }
Exemplo n.º 2
0
 public Builder()
 {
     _seek = new CommandSeek();
 }