  | ValueWriterGetWriter Method  | 
  
    Namespace: 
   Ookii.Jumbo.IO
    Assembly:
   Ookii.Jumbo (in Ookii.Jumbo.dll) Version: 2.0.0
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: SystemType
The type. 
Return Value
Type: 
ObjectThe 
IValueWriterT implementation for the specified type, or 
 if the type implements 
IWritable.
Exceptions
See Also