SampleListSampleCollectionTDataItem Property

CVB.Net Documentation
Access one of the sample images.

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

public TData this[
	int index
] { get; }

Parameters

index
Type: SystemInt32
index to be accessed

Return Value

Type: TData
image
Exceptions

ExceptionCondition
ObjectDisposedExceptionIf the parent list has already been disposed.
ArgumentOutOfRangeExceptionIf the index is invalid
See Also

Reference