




























| ![]() C# Visual Basic Visual C++ |
| A Sandcastle Documented Class Library |
| StructWriter..::Write Method (Object, LengthProvider) |
Write.
Namespace: Vajhoej.Record
Assembly: Record (in Record.dll) Version: 0.0.0.0
Syntax
| C# | Visual Basic | Visual C++ |
public void Write( Object o, LengthProvider lenpvd )
Public Sub Write ( _ o As Object, _ lenpvd As LengthProvider _ )
public: void Write( Object^ o, LengthProvider^ lenpvd )
Parameters
- o
- Object
Object to write.
- lenpvd
- LengthProvider
Supplies length for fields where it is not given -
Exceptions
| Exception | Condition |
|---|---|
| Vajhoej.Record..::..RecordException | If impossible to convert between types in class and struct. |
