Click or drag to resize

DefaultConfigGetEnumerator Method

Returns an enumerator that iterates through the collection.

Namespace:  AskiaPortalCmn.Setup
Assembly:  AskiaPortalCmn (in AskiaPortalCmn.dll) Version: 1.7.0-build068
Syntax
public IEnumerator<string> GetEnumerator()

Return Value

Type: IEnumeratorString
An enumerator that can be used to iterate through the collection.

Implements

IEnumerableTGetEnumerator
See Also