Udostępnij za pośrednictwem


VirtualTimeSchedulerBase<TAbsolute, TRelative>. Właściwość comparer

Pobiera element porównujący używany do porównywania bezwzględnych wartości czasu.

Przestrzeń nazw:System.Reactive.Concurrency
Zestawu: System.Reactive (w System.Reactive.dll)

Składnia

'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>)

Wartość właściwości

Typ: System.Collections.Generic.IComparer<TAbsolute>
Obiekt porównujący, który może służyć do porównywania bezwzględnych wartości czasu.

Zobacz też

Odwołanie

VirtualTimeSchedulerBase<TAbsolute, klasa TRelative>

Przestrzeń nazw System.Reactive.Concurrency