alexa
menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class FieldDefinitionCollection.FieldDefinitionEnumerator

    Inheritance
    System.Object
    FieldDefinitionCollection.FieldDefinitionEnumerator
    Implements
    System.Collections.IEnumerator
    Namespace: Syncfusion.Windows.Forms.Tools
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    public class FieldDefinitionEnumerator : Object, IEnumerator

    Constructors

    FieldDefinitionEnumerator(FieldDefinitionCollection)

    Declaration
    public FieldDefinitionEnumerator(FieldDefinitionCollection mappings)
    Parameters
    Type Name Description
    FieldDefinitionCollection mappings

    Properties

    Current

    Declaration
    public FieldDefinition Current { get; }
    Property Value
    Type
    FieldDefinition

    Methods

    MoveNext()

    Declaration
    public bool MoveNext()
    Returns
    Type
    System.Boolean

    Reset()

    Declaration
    public void Reset()

    Implements

    System.Collections.IEnumerator
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved