Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ IsConstant

bool System.Xml.Xsl.XsltOld.Avt.IsConstant
get

Definition at line 14 of file Avt.cs.

15 {
16 [MemberNotNullWhen(false, "_events")]
17 get
18 {
19 return _events == null;
20 }
21 }
readonly TextEvent[] _events
Definition Avt.cs:11

Referenced by System.Xml.Xsl.XsltOld.ProcessingInstructionAction.Compile(), and System.Xml.Xsl.XsltOld.Avt.Evaluate().