Unregisters the custom comparer for the specified type.

Namespace:  Gallio.Framework
Assembly:  Gallio (in Gallio.dll) Version: 3.3.0.0 (3.3.610.0)

Syntax

C#
public void Unregister(
	Type type
)
Visual Basic (Declaration)
Public Sub Unregister ( _
	type As Type _
)

Parameters

type
Type: System..::.Type
The searched type.

Remarks

If no custom comparer exists for the specified type, the method has no effect and no exception is thrown.

Exceptions

ExceptionCondition
System..::.ArgumentNullExceptionThrown if type is null.

See Also