Class SectionKeywords
Represents a section keyword class.
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 | The begin keyword. |
| string | endKeyword | The end keyword. |
| SectionKeywords.SectionTypes | type | The section type. |
Fields
BeginKeyword
Begins the keyword.
Declaration
public string BeginKeyword
Field Value
| Type | Description |
|---|---|
| string |
EndKeyword
End keyword.
Declaration
public string EndKeyword
Field Value
| Type | Description |
|---|---|
| string |
Type
Specifies the type of section.
Declaration
public SectionKeywords.SectionTypes Type
Field Value
| Type | Description |
|---|---|
| SectionKeywords.SectionTypes |