Click or drag to resize

AppIndexFacadeGetEnumerator Method

Gets the facades for all apps in the index.

Namespace:  Mastersign.Bench
Assembly:  BenchLib (in BenchLib.dll) Version: 0.22.0.0 (0.22.0.0)
Syntax
public IEnumerator<AppFacade> GetEnumerator()

Return Value

Type: IEnumeratorAppFacade
An enumerator with AppFacade objects.

Implements

IEnumerableTGetEnumerator
See Also