Guest User

Untitled

a guest
Jan 17th, 2019
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. public interface IGroupedObservable<out TKey, out TSource> : IObservable<TSource>
  2. {
  3. // Gets the common key.
  4. TKey Key { get; }
  5. }
Add Comment
Please, Sign In to add comment