EyeAuras Docs EyeAuras Docs
EyeAuras Docs EyeAuras Docs
DocFX + Singulink = ♥

Search Results for

    Method ArgumentIsFalse

    ArgumentIsFalse(bool, string)

    Checks if the given value is false.

    Declaration
    public static void ArgumentIsFalse(bool value, string paramName)
    Parameters
    Type Name Description
    bool value
    string paramName
    Exceptions
    Type Condition
    ArgumentException

    The value parameter is true.

    ArgumentIsFalse(Expression<Func<bool>>)

    Checks if the given expression is false.

    Declaration
    public static void ArgumentIsFalse(Expression<Func<bool>> expression)
    Parameters
    Type Name Description
    Expression<Func<bool>> expression
    Exceptions
    Type Condition
    ArgumentException

    The expression parameter is true.

    © Xab3r. All rights reserved.