Public ReadOnly Property Comparer As IComparer(Of T)
public IComparer<T> Comparer { get; }
public: property IComparer<T>^ Comparer { IComparer<T>^ get (); }
function get_comparer();