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

◆ ChildCount()

int System.Text.RegularExpressions.RegexNode.ChildCount ( )
inline

Definition at line 250 of file RegexNode.cs.

251 {
252 List<RegexNode> children = this.Children;
253 if (children != null)
254 {
255 return children._size;
256 }
257 }

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