Search Results for

    Show / Hide Table of Contents

    Struct AdditionalCondition

    Additional condition class.

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

    Fields

    ChildBlocks

    The nested code blocks.

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

    Expression

    The expression.

    Declaration
    public string Expression
    Field Value
    Type Description
    string

    Lines

    The line elements.

    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