IOrderedStreamStorage<TKey>.Item[Int32] Property

Definition

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.

Applies to