Namespace:  EPiServer.Common.Cache
Assembly:  EPiServer.Common.Cache (in EPiServer.Common.Cache.dll) Version: 4.1.517.380

Syntax

C#
[SerializableAttribute]
public class CacheableEnumerator<TItem, TCollection> : IEnumerator<TItem>, 
	IDisposable, IEnumerator
where TItem : ICloneable
where TCollection : new(), CacheableCollectionBase<TItem, TCollection>

Type Parameters

TItem

[Missing <typeparam name="TItem"/> documentation for "T:EPiServer.Common.Cache.CacheableEnumerator`2"]

TCollection

[Missing <typeparam name="TCollection"/> documentation for "T:EPiServer.Common.Cache.CacheableEnumerator`2"]

Inheritance Hierarchy

System..::.Object
  EPiServer.Common.Cache..::.CacheableEnumerator<(Of <(TItem, TCollection>)>)

See Also