InfoCollectionTParent, TInfoGetInfo Method

CVB.Net Documentation
Function with which the collection retrieves the information object with the given index.

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

protected abstract TInfo GetInfo(
	int index
)

Parameters

index
Type: SystemInt32
Index at which to retrieve

Return Value

Type: TInfo
retrieved object
Exceptions

ExceptionCondition
ArgumentOutOfRangeExceptionIf the index exceeds the range [0...Count[.
See Also

Reference