Table of Contents

Interface INameComparerThatCanAddAComparer

Namespace
Rinku.Mapping
Assembly
Rinku.dll

Lets a name comparer add another comparer.

public interface INameComparerThatCanAddAComparer : INameComparer
Inherited Members
Extension Methods

Methods

TryAdd(INameComparer)

Attempts to merge another comparer. Returns the consolidated result if successful, otherwise null.

INameComparer? TryAdd(INameComparer other)

Parameters

other INameComparer

Returns

INameComparer