Public MustOverride ReadOnly Property Comparer As IComparer(Of String) Get
public abstract IComparer<string> Comparer { get; }
public: property IComparer<String^>^ Comparer { virtual IComparer<String^>^ get() abstract; }
Type: System.Collections.Generic.IComparer<T>System.Collections.Generic.IComparer(Of T)System.Collections.Generic::IComparer<T>^
An instance of IComparer<T>IComparer(Of T)IComparer<T>.