Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the comparer used to compare absolute time values.
Namespace: System.Reactive.Concurrency
Assembly: System.Reactive (in System.Reactive.dll)
Syntax
'Declaration
Protected Property Comparer As IComparer(Of TAbsolute)
Get
Private Set
'Usage
Dim value As IComparer(Of TAbsolute)
value = Me.Comparer
protected IComparer<TAbsolute> Comparer { get; private set; }
protected:
property IComparer<TAbsolute>^ Comparer {
IComparer<TAbsolute>^ get ();
private: void set (IComparer<TAbsolute>^ value);
}
member Comparer : IComparer<'TAbsolute> with get, private set
function get Comparer () : IComparer<TAbsolute>
private function set Comparer (value : IComparer<TAbsolute>)
Property Value
Type: System.Collections.Generic.IComparer<TAbsolute>
The comparer object that can be used to compare absolute time values.