FileStreamStorage<TKey>.Item[TKey] 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.
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.