IStreamStorage<TKey>.Item[TKey] Property

Definition

Open an existing Stream in storage for reading.

public:
 property System::IO::Stream ^ default[TKey] { System::IO::Stream ^ get(TKey key); };
public System.IO.Stream this[TKey key] { get; }
member this.Item('Key) : System.IO.Stream
Default Public ReadOnly Property Item(key As TKey) As Stream

Parameters

key
TKey

Key to the existing stream.

Property Value

An open stream for reading. It is the responsibility of the caller to dispose the Stream.

Applies to