Search Results for

    Show / Hide Table of Contents

    Struct CodeBlock

    The code block.

    Namespace: Evergine.Framework.Graphics.Effects.Analyzer
    Assembly: Evergine.Framework.dll
    Syntax
    public struct CodeBlock

    Fields

    AdditionalConditions

    Additional conditions (#if, #elif, #else).

    Declaration
    public AdditionalCondition[] AdditionalConditions
    Field Value
    Type Description
    AdditionalCondition[]

    BlockType

    The type of the block.

    Declaration
    public CodeBlock.Type BlockType
    Field Value
    Type Description
    CodeBlock.Type

    ChildBlocks

    The nested code block.

    Declaration
    public List<CodeBlock> ChildBlocks
    Field Value
    Type Description
    List<CodeBlock>

    ConditionExpression

    The conditional expression.

    Declaration
    public string ConditionExpression
    Field Value
    Type Description
    string

    Lines

    The lines.

    Declaration
    public LineInfo[] Lines
    Field Value
    Type Description
    LineInfo[]

    Extension Methods

    ReflectionHelper.GetMemberAssembly(object)
    ReflectionHelper.GetTypeName(object)
    In this article
    Back to top
    Generated by DocFX