AppSettingCollectionGetEnumerator Method  | 
 Returns an enumerator that iterates through the collection.
 
    Namespace: 
   Dundas.BI.Configuration
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic IEnumerator<AppSetting> GetEnumerator()
Public Function GetEnumerator As IEnumerator(Of AppSetting)
public:
virtual IEnumerator<AppSetting^>^ GetEnumerator() sealed
abstract GetEnumerator : unit -> IEnumerator<AppSetting> 
override GetEnumerator : unit -> IEnumerator<AppSetting> 
Return Value
Type: 
IEnumeratorAppSettingAn enumerator that can be used to iterate through the collection.
Implements
IEnumerableTGetEnumerator
See Also