Search Results for

    Show / Hide Table of Contents

    Class SectionKeywords

    Section keyword class.

    Inheritance
    object
    SectionKeywords
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Evergine.Framework.Graphics.Effects.Analyzer
    Assembly: Evergine.Framework.dll
    Syntax
    public class SectionKeywords

    Constructors

    SectionKeywords(string, string, SectionTypes)

    Initializes a new instance of the SectionKeywords class.

    Declaration
    public SectionKeywords(string beginKeyword, string endKeyword, SectionKeywords.SectionTypes type)
    Parameters
    Type Name Description
    string beginKeyword

    Begin keyword.

    string endKeyword

    End keyword.

    SectionKeywords.SectionTypes type

    Section type.

    Fields

    BeginKeyword

    Begin keyword.

    Declaration
    public string BeginKeyword
    Field Value
    Type Description
    string

    EndKeyword

    End keyword.

    Declaration
    public string EndKeyword
    Field Value
    Type Description
    string

    Type

    Section type.

    Declaration
    public SectionKeywords.SectionTypes Type
    Field Value
    Type Description
    SectionKeywords.SectionTypes

    Extension Methods

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