Search Results for

    Show / Hide Table of Contents

    Class BooleanConstant

    Helpers for Boolean constants.

    Inheritance
    object
    BooleanConstant
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Flame.Constants
    Assembly: Flame.dll
    Syntax
    public static class BooleanConstant

    Fields

    | Edit this page View Source

    False

    Gets a Boolean constant for 'false.'

    Declaration
    public static readonly IntegerConstant False
    Field Value
    Type Description
    IntegerConstant

    The 'false' constant.

    | Edit this page View Source

    True

    Gets a Boolean constant for 'true.'

    Declaration
    public static readonly IntegerConstant True
    Field Value
    Type Description
    IntegerConstant

    The 'true' constant.

    Methods

    | Edit this page View Source

    Create(bool)

    Creates a Boolean constant from a value.

    Declaration
    public static IntegerConstant Create(bool value)
    Parameters
    Type Name Description
    bool value

    The constant value.

    Returns
    Type Description
    IntegerConstant
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX