コード例 #1
0
 public Builder SetSubscribe(CommandSubscribe value)
 {
     _base.Subscribe = value ?? throw new NullReferenceException();
     return(this);
 }
コード例 #2
0
ファイル: CommandSubscribe.cs プロジェクト: eaba/SharpPulsar
 public Builder()
 {
     _subscribe = new CommandSubscribe();
 }