Click or drag to resize

RefreshingEnumerableT Class

Inheritance Hierarchy
SystemObject
  Ignition.UtilityCachedActionIEnumerableT
    Ignition.Utility.CollectionsRefreshingEnumerableT

Namespace: Ignition.Utility.Collections
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntax
public class RefreshingEnumerable<T> : CachedAction<IEnumerable<T>>, 
	IEnumerable<T>, IEnumerable

Type Parameters

T

The RefreshingEnumerableT type exposes the following members.

Constructors
 NameDescription
Public methodRefreshingEnumerableTInitializes a new instance of the RefreshingEnumerableT class
Top
Methods
 NameDescription
Public methodClearCache
(Inherited from CachedActionT)
Public methodGetEnumerator 
Protected methodGetResult
(Inherited from CachedActionT)
Top
See Also