コード例 #1
0
ファイル: Gather.cs プロジェクト: ggalbo-booker/twilio-csharp
 public Gather Play(Play play)
 {
     this.Append(play);
     return(this);
 }
コード例 #2
0
 public Prompt Play(Play play)
 {
     this.Append(play);
     return(this);
 }