Skip to content

e5a54e8c 44e5 dcbb 9aa5 f231f348df48

Fernando Garcia edited this page May 8, 2018 · 1 revision

BaseWriterXml.GetAsByteArrayEnumerable Method

Additional header content

Returns the writer result file as a enumeration of byte array

Namespace: iTin.Export.ComponentModel.Writer
Assembly: iTin.Export.Core (in iTin.Export.Core.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#

public override IEnumerable<byte[]> GetAsByteArrayEnumerable()

VB

Public Overrides Function GetAsByteArrayEnumerable As IEnumerable(Of Byte())

Return Value

Type: IEnumerable(Byte[])
An enumeration of array of bytes than contains the writer result file content.

Implements

IWriter.GetAsByteArrayEnumerable()

Remarks

[Missing documentation for "M:iTin.Export.ComponentModel.Writer.BaseWriterXml.GetAsByteArrayEnumerable"]

See Also

Reference

BaseWriterXml Class
iTin.Export.ComponentModel.Writer Namespace

Clone this wiki locally