Search Results for

    Show / Hide Table of Contents

    Class Params.ParamEnumerator

    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

    ParamEnumerator(Params)

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

    Properties

    Current

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

    Methods

    MoveNext()

    Declaration
    public bool MoveNext()
    Returns
    Type Description
    bool

    Reset()

    Declaration
    public void Reset()

    Implements

    IEnumerator
    In this article
    Back to top Generated by DocFX