




























![]() ![]() ![]() ![]() ![]() |
A Sandcastle Documented Class Library |
StructWriter..::Write Method (Object, LengthProvider, MaxLengthProvider) |
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, MaxLengthProvider maxlenpvd )
Public Sub Write ( _ o As Object, _ lenpvd As LengthProvider, _ maxlenpvd As MaxLengthProvider _ )
public: void Write( Object^ o, LengthProvider^ lenpvd, MaxLengthProvider^ maxlenpvd )
Parameters
- o
- Object
Object to write.
- lenpvd
- LengthProvider
Supplies length for fields where it is not given -
- maxlenpvd
- MaxLengthProvider
Supplies max length for fields where it is not given.
Exceptions
Exception | Condition |
---|---|
Vajhoej.Record..::..RecordException | If impossible to convert between types in class and struct. |