StreamCollectionItem Property

CVB.Net Documentation
Indexed access to the individual stream.

Namespace:  Stemmer.Cvb
Assembly:  Stemmer.Cvb (in Stemmer.Cvb.dll) Version: 14.0.0.0
Syntax

public Stream this[
	int index
] { get; }

Parameters

index
Type: SystemInt32
index of the stream to be accessed

Return Value

Type: Stream
The stream at the given index.
Exceptions

ExceptionCondition
ArgumentOutOfRangeExceptionIf the index is invalid
ObjectDisposedExceptionIf this device has already been disposed of.
See Also

Reference