Write Method (Object, LengthProvider, MaxLengthProvider)

Vajhoej Record

Collapse imageExpand ImageCollapseAll imageExpandAll imageDropDown imageDropDownHover imageCopy imageCopyHover image
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

ExceptionCondition
Vajhoej.Record..::..RecordExceptionIf impossible to convert between types in class and struct.

See Also