Search Results for

    Show / Hide Table of Contents

    Class Params.ParamEnumerator

    Iterates over the Param items contained in a Params collection.

    Inheritance
    object
    Params.ParamEnumerator
    Implements
    IEnumerator
    Inherited Members
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: Reportman.Reporting
    Assembly: Reportman.Reporting.dll
    Syntax
    public class Params.ParamEnumerator : IEnumerator

    Constructors

    View Source

    ParamEnumerator(Params)

    Declaration
    public ParamEnumerator(Params t)
    Parameters
    Type Name Description
    Params t

    Properties

    View Source

    Current

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

    Methods

    View Source

    MoveNext()

    Declaration
    public bool MoveNext()
    Returns
    Type Description
    bool
    View Source

    Reset()

    Declaration
    public void Reset()

    Implements

    IEnumerator
    • View Source
    In this article
    Back to top Generated by DocFX