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