 | IWritableWrite Method |
Writes the object to the specified writer.
Namespace: Ookii.Jumbo.IOAssembly: Ookii.Jumbo (in Ookii.Jumbo.dll) Version: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
Syntaxvoid Write(
BinaryWriter writer
)
Sub Write (
writer As BinaryWriter
)
void Write(
BinaryWriter^ writer
)
abstract Write :
writer : BinaryWriter -> unit
Parameters
- writer BinaryWriter
- The BinaryWriter to serialize the object to.
See Also