  | ValueWriterAttribute Constructor (String) | 
  
    Namespace: 
   Ookii.Jumbo.IO
    Assembly:
   Ookii.Jumbo (in Ookii.Jumbo.dll) Version: 2.0.0
Syntaxpublic ValueWriterAttribute(
	string valueWriterTypeName
)
Public Sub New ( 
	valueWriterTypeName As String
)
public:
ValueWriterAttribute(
	String^ valueWriterTypeName
)
new : 
        valueWriterTypeName : string -> ValueWriterAttributeParameters
- valueWriterTypeName
 - Type: SystemString
The type name of the type implementing IValueWriterT. 
See Also