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

◆ TranslateAcceptRejectRule()

static AcceptRejectRule System.Data.XSDSchema.TranslateAcceptRejectRule ( string strRule)
inlinestaticpackage

Definition at line 1132 of file XSDSchema.cs.

1133 {
1134 if (strRule == "Cascade")
1135 {
1136 return AcceptRejectRule.Cascade;
1137 }
1138 _ = strRule == "None";
1139 return AcceptRejectRule.None;
1140 }

Referenced by System.Data.XSDSchema.HandleKeyref().