CodeFactory Platform CodeFactory Platform
CodeFactory Platform CodeFactory Platform
CodeFactory

Search Results for

    Class Symbols

    Data class that provides the syntax to common symbols used in the definition of C# source code.

    Inheritance
    object
    Symbols
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: CodeFactory.DotNet.CSharp.FormattedSyntax
    Assembly: CodeFactory.DotNet.dll
    Syntax
    public static class Symbols

    Fields

    | Improve this Doc View Source

    ArrayDefinitionEnd

    Symbol that ends the definition of an array.

    Declaration
    public const string ArrayDefinitionEnd = "]"
    Field Value
    Type Description
    string
    | Improve this Doc View Source

    ArrayDefinitionStart

    Symbol that starts the definition of an array.

    Declaration
    public const string ArrayDefinitionStart = "["
    Field Value
    Type Description
    string
    | Improve this Doc View Source

    EndOfStatement

    Symbol that denotes the end of a C# code statement.

    Declaration
    public const string EndOfStatement = ";"
    Field Value
    Type Description
    string
    | Improve this Doc View Source

    GenericDefinitionEnd

    Symbol that ends the definition of a generic.

    Declaration
    public const string GenericDefinitionEnd = ">"
    Field Value
    Type Description
    string
    | Improve this Doc View Source

    GenericDefinitionStart

    Symbol that starts the definition of a generic.

    Declaration
    public const string GenericDefinitionStart = "<"
    Field Value
    Type Description
    string
    | Improve this Doc View Source

    MultipleStatementEnd

    Symbol that ends the definition of multiple C# statements to be executed.

    Declaration
    public const string MultipleStatementEnd = "}"
    Field Value
    Type Description
    string
    | Improve this Doc View Source

    MultipleStatementStart

    Symbol that starts the definition for multiple C# statements to be executed.

    Declaration
    public const string MultipleStatementStart = "{"
    Field Value
    Type Description
    string
    | Improve this Doc View Source

    ParametersDefinitionEnd

    Symbol that ends the definition of a parameters section.

    Declaration
    public const string ParametersDefinitionEnd = ")"
    Field Value
    Type Description
    string
    | Improve this Doc View Source

    ParametersDefinitionStart

    Symbol that starts the definition of a parameters section.

    Declaration
    public const string ParametersDefinitionStart = "("
    Field Value
    Type Description
    string
    © CodeFactory, LLC. All rights reserved.