Retrieve the enumerator for the collection.

Namespace: Cartella.Interfaces
Assembly: CartellaBase (in CartellaBase.dll) Version: 4.1.0.171 (4.1.0.171)

Syntax

C#
IEnumerator<KeyValuePair<string, IField>> GetEnumerator()
Visual Basic
Function GetEnumerator As IEnumerator(Of KeyValuePair(Of String, IField))
Visual C++
IEnumerator<KeyValuePair<String^, IField^>>^ GetEnumerator()

Field Value

IEnumerator<KeyValuePair<string, Cartella.Interfaces.IField>>

Return Value

Enumerator of KeyValuePare of string - IField

See Also