SampleImageListClassInformationCollectionItem Property (Int32)

CVB.Net Documentation
Index-based item access.

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

public SampleImageListClassInformation this[
	int index
] { get; }

Parameters

index
Type: SystemInt32
index to be accessed

Return Value

Type: SampleImageListClassInformation
indexed class object
Exceptions

ExceptionCondition
ObjectDisposedExceptionIf the SampleImageList has already been disposed
ArgumentOutOfRangeExceptionIf the index is invalid
See Also

Reference