コード例 #1
0
ファイル: WithLatestFrom.cs プロジェクト: YousicianGit/UniRx
 public LeftObserver(WithLatestFrom parent)
 {
     this.parent = parent;
 }
コード例 #2
0
ファイル: WithLatestFrom.cs プロジェクト: YousicianGit/UniRx
 public RightObserver(WithLatestFrom parent, IDisposable subscription)
 {
     this.parent           = parent;
     this.selfSubscription = subscription;
 }