Click or drag to resize

ActivationFileGetEnumerator Method

Returns all app IDs listed as active.

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

Return Value

Type: IEnumeratorString
An enumerator of strings.

Implements

IEnumerableTGetEnumerator
See Also