UI Tookit UI Tookit
UI Tookit UI Tookit
DocFX + Singulink = ♥

Search Results for

    Method Null

    Null(object?)

    Returns true if the specified value is null; otherwise false.

    Declaration
    public static bool Null(object? value)
    Parameters
    Type Name Description
    object value
    Returns
    Type Description
    bool

    Null<T>(T)

    Returns true if the specified value is null; otherwise false.

    Declaration
    public static bool Null<T>(T value)
    Parameters
    Type Name Description
    T value
    Returns
    Type Description
    bool
    Type Parameters
    Name Description
    T
    © Singulink. All rights reserved.