Click or drag to resize

cacheIListCacheTGetEnumeratorRandAccess Method

Returns an enumerable, that returns its elements through ItemInt32 operator. This means that only elements not cached will be accessed.

Namespace:  WhetStone.Looping
Assembly:  WhetStone (in WhetStone.dll) Version: 1.0.4.0 (1.0.0.0)
Syntax
C#
public IEnumerable<T> GetEnumeratorRandAccess()

Return Value

Type: IEnumerableT
An IEnumerableT with specialized caching
See Also