Search Results for

    Show / Hide Table of Contents

    Class DataListExtensions

    Inheritance
    object
    DataListExtensions
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Glitch9.IO.Networking.RESTApi
    Assembly: Glitch9.IO.dll
    Syntax
    public static class DataListExtensions

    Methods

    | Edit this page View Source

    IsNotNullOrEmpty<T>(IDataList<T>)

    Declaration
    public static bool IsNotNullOrEmpty<T>(this IDataList<T> response)
    Parameters
    Type Name Description
    IDataList<T> response
    Returns
    Type Description
    bool
    Type Parameters
    Name Description
    T
    | Edit this page View Source

    IsNullOrEmpty<T>(IDataList<T>)

    Declaration
    public static bool IsNullOrEmpty<T>(this IDataList<T> response)
    Parameters
    Type Name Description
    IDataList<T> response
    Returns
    Type Description
    bool
    Type Parameters
    Name Description
    T
    • Edit this page
    • View Source
    In this article
    Back to top AI DevKit Documentation