Home
last modified time | relevance | path

Searched refs:MaxInt32Nullable (Results 1 – 2 of 2) sorted by last modified time

/dports/lang/mono/mono-5.10.1.57/external/rx/Rx/NET/Source/System.Reactive.Linq/Reactive/Linq/
H A DQueryLanguage.Aggregates.cs657 return new MaxInt32Nullable(source); in Max()
/dports/lang/mono/mono-5.10.1.57/external/rx/Rx/NET/Source/System.Reactive.Linq/Reactive/Linq/Observable/
H A DMax.cs674 class MaxInt32Nullable : Producer<int?> class
678 public MaxInt32Nullable(IObservable<int?> source) in MaxInt32Nullable() method in System.Reactive.Linq.ObservableImpl.MaxInt32Nullable