VpatIntIndexerIEnumerableInt32GetEnumerator Method

CVB.Net Documentation
Provide the enumerator for indexer access.

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

IEnumerator<int> IEnumerable<int>.GetEnumerator()

Return Value

Type: IEnumeratorInt32
Enumerator

Implements

IEnumerableTGetEnumerator
Exceptions

ExceptionCondition
OverflowExceptionon a 64-bit platform, the value of an entry is too large or too small to represent as a 32-bit signed integer.
See Also

Reference