Search Results for

    Show / Hide Table of Contents

    Method ToListedResult

    | Improve this Doc View Source

    ToListedResult<T>(IEnumerable<T>)

    Converts an instance of type Result to ListedResult<T>.

    Declaration
    public ListedResult<T> ToListedResult<T>(IEnumerable<T> data)
    Parameters
    Type Name Description
    IEnumerable<T> data

    The value to be set.

    Returns
    Type Description
    ListedResult<T>

    An instance of type ListedResult<T>.

    Type Parameters
    Name Description
    T

    The type of objects to enumerate.

    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright ©2023 SimpleResults