 | ValueWriter.GetWriter 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: System.Type
The type.
Return Value
Type:
ObjectThe
IValueWriter<T> implementation for the specified type, or
null if the type implements
IWritable.
Exceptions
See Also