Show / Hide Table of Contents

    Class EmbedList.EmbedListEnumerator

    Inheritance
    object
    EmbedList.EmbedListEnumerator
    Implements
    IEnumerator<Embed>
    IEnumerator
    IDisposable
    Inherited Members
    object.GetType()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: DesignData.SDS2.Setup
    Assembly: DesignData.SDS2.Setup.dll
    Syntax
    public sealed class EmbedList.EmbedListEnumerator : IEnumerator<Embed>, IEnumerator, IDisposable

    Constructors

    EmbedListEnumerator(EmbedList)

    Declaration
    public EmbedListEnumerator(EmbedList collection)
    Parameters
    Type Name Description
    EmbedList collection

    Properties

    Current

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

    Methods

    Dispose()

    Declaration
    public void Dispose()

    MoveNext()

    Declaration
    public bool MoveNext()
    Returns
    Type Description
    bool

    Reset()

    Declaration
    public void Reset()

    Implements

    IEnumerator<T>
    IEnumerator
    IDisposable
    Back to top