| BaseReaderReadToEnd Method |
Reads the stream to the end.
Namespace: EdiFabric.Framework.ReadersAssembly: EdiFabric (in EdiFabric.dll) Version: 10.7.4.0
Syntax public IEnumerable<IEdiItem> ReadToEnd()
Public Function ReadToEnd As IEnumerable(Of IEdiItem)
Return Value
IEnumerableIEdiItemAll items that were found in the stream.
See Also