コード例 #1
0
ファイル: Store.cs プロジェクト: LanderVe/ReduxRxNET
 public IObservable <TApplicationState> GetState()
 {
     return(storeStateStream.DistinctUntilChanged());
 }