Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
AvtEvent.cs
Go to the documentation of this file.
1
namespace
System.Xml.Xsl.XsltOld
;
2
3
internal
sealed
class
AvtEvent
:
TextEvent
4
{
5
private
readonly
int
_key
;
6
7
public
AvtEvent
(
int
key
)
8
{
9
_key
=
key
;
10
}
11
12
public
override
bool
Output
(
Processor
processor
,
ActionFrame
frame)
13
{
14
return
processor
.TextEvent(
processor
.EvaluateString(frame,
_key
));
15
}
16
17
public
override
string
Evaluate
(
Processor
processor
,
ActionFrame
frame)
18
{
19
return
processor
.EvaluateString(frame,
_key
);
20
}
21
}
System.Xml.Xsl.XsltOld.ActionFrame
Definition
ActionFrame.cs:10
System.Xml.Xsl.XsltOld.AvtEvent.Output
override bool Output(Processor processor, ActionFrame frame)
Definition
AvtEvent.cs:12
System.Xml.Xsl.XsltOld.AvtEvent.Evaluate
override string Evaluate(Processor processor, ActionFrame frame)
Definition
AvtEvent.cs:17
System.Xml.Xsl.XsltOld.AvtEvent.AvtEvent
AvtEvent(int key)
Definition
AvtEvent.cs:7
System.Xml.Xsl.XsltOld.AvtEvent._key
readonly int _key
Definition
AvtEvent.cs:5
System.Xml.Xsl.XsltOld.AvtEvent
Definition
AvtEvent.cs:4
System.Xml.Xsl.XsltOld.Processor
Definition
Processor.cs:14
System.Xml.Xsl.XsltOld.TextEvent
Definition
TextEvent.cs:4
System.Xml.Xsl.XsltOld
Definition
IXsltDebugger.cs:1
System.Xml.ValueHandleType.Dictionary
@ Dictionary
System.ExceptionArgument.key
@ key
source
System.Private.Xml
System.Xml.Xsl.XsltOld
AvtEvent.cs
Generated by
1.10.0