Click or drag to resize

BaseReaderReadToEnd Method

Reads the stream to the end.

Namespace: EdiFabric.Framework.Readers
Assembly: EdiFabric (in EdiFabric.dll) Version: 10.7.4.0
Syntax
public IEnumerable<IEdiItem> ReadToEnd()

Return Value

IEnumerableIEdiItem
All items that were found in the stream.
See Also