Search Results for

    Show / Hide Table of Contents

    Class Results<T>

    Inheritance
    Object
    JsonObject<Results<T>>
    Results<T>
    Inherited Members
    JsonObject<Results<T>>.CreateFromJson(String)
    JsonObject<Results<T>>.ToJson(Results<T>)
    Namespace: JoshAaronMiller.INaturalist
    Assembly: cs.temp.dll.dll
    Syntax
    [Serializable]
    public class Results<T> : JsonObject<Results<T>>
    Type Parameters
    Name Description
    T

    Fields

    page

    Declaration
    public int page
    Field Value
    Type Description
    Int32

    per_page

    Declaration
    public int per_page
    Field Value
    Type Description
    Int32

    results

    Declaration
    public List<T> results
    Field Value
    Type Description
    List<T>

    total_results

    Declaration
    public int total_results
    Field Value
    Type Description
    Int32
    In This Article
    Back to top Documentation