Show / Hide Table of Contents

    Class CNC_ConfigurationList.CNC_ConfigurationListEnumerator

    Inheritance
    System.Object
    CNC_ConfigurationList.CNC_ConfigurationListEnumerator
    Implements
    System.Collections.Generic.IEnumerator<CNC_Configuration>
    System.Collections.IEnumerator
    System.IDisposable
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ToString()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: DesignData.SDS2.Detail
    Assembly: DesignData.SDS2.Detail.dll
    Syntax
    public sealed class CNC_ConfigurationListEnumerator : IEnumerator<CNC_Configuration>, IEnumerator, IDisposable

    Constructors

    CNC_ConfigurationListEnumerator(CNC_ConfigurationList)

    Declaration
    public CNC_ConfigurationListEnumerator(CNC_ConfigurationList collection)
    Parameters
    Type Name Description
    CNC_ConfigurationList collection

    Properties

    Current

    Declaration
    public CNC_Configuration Current { get; }
    Property Value
    Type Description
    CNC_Configuration

    Methods

    Dispose()

    Declaration
    public void Dispose()

    MoveNext()

    Declaration
    public bool MoveNext()
    Returns
    Type Description
    System.Boolean

    Reset()

    Declaration
    public void Reset()

    Explicit Interface Implementations

    IEnumerator.Current

    Declaration
    object IEnumerator.Current { get; }
    Returns
    Type Description
    System.Object

    Implements

    System.Collections.Generic.IEnumerator<T>
    System.Collections.IEnumerator
    System.IDisposable
    Back to top