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

◆ EndIf

Label System.Xml.Serialization.IfState.EndIf
getsetpackage

Definition at line 11 of file IfState.cs.

12 {
13 get
14 {
15 return _endIf;
16 }
17 set
18 {
19 _endIf = value;
20 }
21 }

Referenced by System.Xml.Serialization.CodeGenerator.InitElseIf().