IStreamStorage<TKey>.Item[TKey] 属性

定义

在存储中打开现有流以进行读取。

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

参数

key
TKey

现有流的键。

属性值

Stream

要读取的打开流。 调用方负责释放流。

适用于