Provides a method that may be called by client code to obtain a normalized copy of an object.

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

Syntax

C#
public interface INormalizable<T>
Visual Basic (Declaration)
Public Interface INormalizable(Of T)

Type Parameters

T
The object type.

See Also