Click or drag to resize

RawComparerAttribute Constructor (Type)

Initializes a new instance of the RawComparerAttribute class.

Namespace:  Ookii.Jumbo.IO
Assembly:  Ookii.Jumbo (in Ookii.Jumbo.dll) Version: 2.0.0
Syntax
public RawComparerAttribute(
	Type rawComparerTypeName
)

Parameters

rawComparerTypeName
Type: System.Type
The type that implements IRawComparer<T>.
See Also