Search Results for

    Show / Hide Table of Contents

    Method ObtainedResources

    | Improve this Doc View Source

    ObtainedResources<T>(IEnumerable<T>)

    Represents a situation in which the service successfully obtains multiple resources.

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

    A set of data.

    Returns
    Type Description
    ListedResult<T>
    Type Parameters
    Name Description
    T
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright ©2023 SimpleResults