Search Results for

    Show / Hide Table of Contents

    Struct LineInfo

    Effect line information.

    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 LineInfo

    Fields

    LineNumber

    The line number.

    Declaration
    public int LineNumber
    Field Value
    Type Description
    int

    Text

    The text.

    Declaration
    public string Text
    Field Value
    Type Description
    string

    Extension Methods

    ReflectionHelper.GetMemberAssembly(object)
    ReflectionHelper.GetTypeName(object)
    In This Article
    Back to top
    Generated by DocFX