Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 507 Bytes

File metadata and controls

18 lines (12 loc) · 507 Bytes

GenericComparer<T> constructor

Creates a new GenericComparer using the specified key getter

public GenericComparer(Func<T, object> keyGetter)
parameter description
keyGetter Method used to retrieve the value (key) to compare on

See Also