Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
Pattern.cs
Go to the documentation of this file.
1
namespace
System.Xml.Xsl.Xslt
;
2
3
internal
readonly
struct
Pattern
4
{
5
public
readonly
TemplateMatch
Match
;
6
7
public
readonly
int
Priority
;
8
9
public
Pattern
(
TemplateMatch
match
,
int
priority
)
10
{
11
Match
=
match
;
12
Priority
=
priority
;
13
}
14
}
System.Xml.Xsl.Xslt.TemplateMatch
Definition
TemplateMatch.cs:7
System.Xml.Xsl.Xslt
Definition
AstFactory.cs:3
System.Xml.ValueHandleType.Dictionary
@ Dictionary
System.ExceptionArgument.match
@ match
System.Xml.Xsl.Xslt.Pattern.Match
readonly TemplateMatch Match
Definition
Pattern.cs:5
System.Xml.Xsl.Xslt.Pattern.Priority
readonly int Priority
Definition
Pattern.cs:7
System.Xml.Xsl.Xslt.Pattern.Pattern
Pattern(TemplateMatch match, int priority)
Definition
Pattern.cs:9
System.Xml.Xsl.Xslt.Pattern
Definition
Pattern.cs:4
source
System.Private.Xml
System.Xml.Xsl.Xslt
Pattern.cs
Generated by
1.10.0