IOrderedStreamStorage<TKey>.Item[Int32] Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Open an existing Stream in storage for reading, at the given index.
public:
property System::IO::Stream ^ default[int] { System::IO::Stream ^ get(int index); };
public System.IO.Stream this[int index] { get; }
member this.Item(int) : System.IO.Stream
Default Public ReadOnly Property Item(index As Integer) As Stream
Parameters
- index
- Int32
Index of the existing stream.
Property Value
An open stream for reading. It is the responsibility of the caller to dispose the Stream.