| RawComparerAttribute Constructor (String) |
Namespace:
Ookii.Jumbo.IO
Assembly:
Ookii.Jumbo (in Ookii.Jumbo.dll) Version: 2.0.0
Syntax public RawComparerAttribute(
string rawComparerTypeName
)
Public Sub New (
rawComparerTypeName As String
)
public:
RawComparerAttribute(
String^ rawComparerTypeName
)
new :
rawComparerTypeName : string -> RawComparerAttribute
Parameters
- rawComparerTypeName
- Type: SystemString
The type name of the type implementing IRawComparerT.
See Also