| WritableComparableTComparer Property |
Gets a comparer to use to compare the values.
Namespace:
Ookii.Jumbo.IO
Assembly:
Ookii.Jumbo (in Ookii.Jumbo.dll) Version: 2.0.0
Syntax protected virtual IComparer<T> Comparer { get; }
Protected Overridable ReadOnly Property Comparer As IComparer(Of T)
Get
protected:
virtual property IComparer<T>^ Comparer {
IComparer<T>^ get ();
}
abstract Comparer : IComparer<'T> with get
override Comparer : IComparer<'T> with get
Property Value
Type:
IComparerTSee Also