Click or drag to resize

RawComparerAttribute Constructor (String)

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(
	string rawComparerTypeName
)

Parameters

rawComparerTypeName
Type: SystemString
The type name of the type implementing IRawComparerT.
See Also