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