Search Results for

    Show / Hide Table of Contents

    Struct ListByte.Enumerator

    Enumerates the elements of a System.Collections.Generic.List.

    Implements
    IEnumerator
    IDisposable
    Inherited Members
    ValueType.Equals(Object)
    Object.ToString()
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Namespace: System.Collections.Generic
    Assembly: Iot.Device.Pn532.dll
    Syntax
    public struct Enumerator : IEnumerator, IDisposable

    Constructors

    | Improve this Doc View Source

    Enumerator(ListByte)

    Create an enumerator of the collection

    Declaration
    public Enumerator(ListByte collection)
    Parameters
    Type Name Description
    ListByte collection
    | Improve this Doc View Source

    Enumerator(ListByte)

    Create an enumerator of the collection

    Declaration
    public Enumerator(ListByte collection)
    Parameters
    Type Name Description
    ListByte collection

    Properties

    | Improve this Doc View Source

    Current

    Gets the element at the current position of the enumerator.

    Declaration
    public readonly byte Current { get; }
    Property Value
    Type Description
    Byte
    | Improve this Doc View Source

    Current

    Gets the element at the current position of the enumerator.

    Declaration
    public readonly byte Current { get; }
    Property Value
    Type Description
    Byte

    Methods

    | Improve this Doc View Source

    Dispose()

    Releases all resources used by the System.Collections.Generic.List.Enumerator.

    Declaration
    public void Dispose()
    | Improve this Doc View Source

    Dispose()

    Releases all resources used by the System.Collections.Generic.List.Enumerator.

    Declaration
    public void Dispose()
    | Improve this Doc View Source

    MoveNext()

    Advances the enumerator to the next element of the System.Collections.Generic.List.

    Declaration
    public bool MoveNext()
    Returns
    Type Description
    Boolean

    true if the enumerator was successfully advanced to the next element; false if the enumerator has passed the end of the collection.

    | Improve this Doc View Source

    MoveNext()

    Advances the enumerator to the next element of the System.Collections.Generic.List.

    Declaration
    public bool MoveNext()
    Returns
    Type Description
    Boolean

    true if the enumerator was successfully advanced to the next element; false if the enumerator has passed the end of the collection.

    | Improve this Doc View Source

    Reset()

    Move back to first position

    Declaration
    public void Reset()
    | Improve this Doc View Source

    Reset()

    Move back to first position

    Declaration
    public void Reset()

    Explicit Interface Implementations

    | Improve this Doc View Source

    IEnumerator.Current

    Declaration
    readonly object IEnumerator.Current { get; }
    Returns
    Type Description
    Object
    | Improve this Doc View Source

    IEnumerator.Current

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

    Implements

    IEnumerator
    IDisposable
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 nanoFramework Contributors
    Generated by DocFX