Compartilhar via


FileStreamStorage<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

The key corresponding to the stream.

Property Value

The stream.

Implements

Applies to