Click or drag to resize

ConfigGetEnumerator Method

Returns an enumerator that iterates through the collection.

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

Return Value

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

Implements

IEnumerableTGetEnumerator
See Also