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: SystemType
The type that implements IRawComparerT.
See Also