Search Results for

    Show / Hide Table of Contents

    Struct CodeBlock

    The code block.

    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    ValueType.ToString()
    object.Equals(object, object)
    object.GetType()
    object.ReferenceEquals(object, object)
    Namespace: Evergine.Framework.Graphics.Effects.Analyzer
    Assembly: Evergine.Framework.dll
    Syntax
    public struct CodeBlock

    Fields

    AdditionalConditions

    The additional conditions (#if #elif #else).

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

    BlockType

    The block type.

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

    ChildBlocks

    The nested code blocks.

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

    ConditionExpression

    The condition 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