FileCache GetEnumerator Method Nemiro.Data.dll
Creates an enumerator that can be used to iterate through a collection of cache entries.

Namespace: Nemiro.Data.Caching
Assembly: Nemiro.Data (in Nemiro.Data.dll) Version: 2.11.4.126 (2.11.4.126)
Syntax

protected override IEnumerator<KeyValuePair<string, Object>> GetEnumerator()

Return Value

Type: IEnumerator KeyValuePair String, Object  
See Also