terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ StripEnation()

RegexNode System.Text.RegularExpressions.RegexNode.StripEnation ( int emptyType)
inlineprivate

Definition at line 104 of file RegexNode.cs.

105 {
106 List<RegexNode> children = this.Children;
107 if (children == null || children._size == 0)
108 {
109 RegexOptions options = this.Options;
110 }
112 return regexNode;
113 }
class f__AnonymousType0<< Count > j__TPar
RegexNode(int type, RegexOptions options)
Definition RegexNode.cs:11

References System.Collections.Generic.List< T >._size, System.Text.RegularExpressions.RegexNode.Children, j__TPar, System.options, and System.Text.RegularExpressions.RegexNode.Options.