Click or drag to resize

ValueWriterGetWriter Method

Namespace:  Ookii.Jumbo.IO
Assembly:  Ookii.Jumbo (in Ookii.Jumbo.dll) Version: 2.0.0
Syntax
public static Object GetWriter(
	Type type
)

Parameters

type
Type: SystemType
The type.

Return Value

Type: Object
The IValueWriterT implementation for the specified type, or if the type implements IWritable.
Exceptions
ExceptionCondition
NotSupportedExceptionThe type has no value writer and does not implement IWritable.
See Also