Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03

Overload List

  NameDescription
GetEnumerator()()()
Obtain an IEnumerator of the contents of the ILongArray.
GetEnumerator(Int64)
Obtain an IEnumerator of the contents of the ILongArray, starting at a particular index such that the first call to MoveNext will set the location of the enumerator at the first existent index that is greater than or equal to the specified index, or will throw an IndexOutOfRangeException if there is no such existent index.

See Also