WriteAll Method

Vajhoej Record

Collapse imageExpand ImageCollapseAll imageExpandAll imageDropDown imageDropDownHover imageCopy imageCopyHover image

Overload List

NameDescription
WriteAll<(Of <<'(T>)>>)(Type, IList<(Of <<'(T>)>>))
Write List of objects into array of struct in byte array. Note: does not work with stucts containing VARSTR fields and STRUCT fields.
WriteAll<(Of <<'(T>)>>)(Type, IList<(Of <<'(T>)>>), Stream)
Write List of objects into array of struct in stream. Note: does not work with stucts containing VARSTR fields and STRUCT fields.

See Also