IOrderedStreamStorage<TKey>.Item[Int32] 属性

定义

在指定的索引处打开存储中的现有流以进行读取。

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

参数

index
Int32

现有流的索引。

属性值

Stream

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

适用于