  | ValueWriterGetWriter Method | 
Namespace: Ookii.Jumbo.IOAssembly: Ookii.Jumbo (in Ookii.Jumbo.dll) Version: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
Syntaxpublic static Object? GetWriter(
	Type type
)
Public Shared Function GetWriter ( 
	type As Type
) As Object
public:
static Object^ GetWriter(
	Type^ type
)
static member GetWriter : 
        type : Type -> Object Parameters
- type  Type
 - The type.
 
Return Value
ObjectThe 
IValueWriterT implementation for the specified type, or 
 if the type implements 
IWritable.
Exceptions
See Also