Click or drag to resize

styleShotSetGetEnumerator Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Returns an enumerator that iterates through sub shots.

Namespace:  imbSCI.Core.reporting.style
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public IEnumerator GetEnumerator()
Request Example View Source

Return Value

Type: IEnumerator
An IEnumerator object to iterate trough all sub style shots.

Implements

IEnumerableGetEnumerator
See Also