¡@

Home 

c# Programming Glossary: tout

Pipe forwards in C#

http://stackoverflow.com/questions/336775/pipe-forwards-in-c-sharp

public static class ReferenceExtensions public static TOut IfNotNull TIn TOut this TIn v Func TIn TOut f where TIn class.. class ReferenceExtensions public static TOut IfNotNull TIn TOut this TIn v Func TIn TOut f where TIn class where TOut class.. public static TOut IfNotNull TIn TOut this TIn v Func TIn TOut f where TIn class where TOut class if v null return null..

Rx IObservable buffering to smooth out bursts of events

http://stackoverflow.com/questions/4505529/rx-iobservable-buffering-to-smooth-out-bursts-of-events

class ObservableDrainExtensions public static IObservable TOut Drain TSource TOut this IObservable TSource source Func TSource.. public static IObservable TOut Drain TSource TOut this IObservable TSource source Func TSource IObservable TOut.. this IObservable TSource source Func TSource IObservable TOut selector return Observable.Defer BehaviorSubject Unit queue..