The IStreamReader<(Of <(<'T>)>)> type exposes the following members.

Properties

  NameDescription
Public propertyCurrent
Gets the element in the collection at the current position of the enumerator.
(Inherited from IEnumerator<(Of <(<'T>)>)>.)
Public propertyCurrent
Gets the current element in the collection.
(Inherited from IEnumerator.)
Public propertyEos
Gets whether or not the end of the stream is reached.
(Inherited from IStreamer.)
Public propertyLength
Gets the length of the stream this streamer reads from or writes to.
(Inherited from IStreamer.)
Public propertyPosition
Gets or sets the position of the reader or writer.
(Inherited from IStreamer.)

See Also