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

◆ Dispose()

void System.Text.RegularExpressions.RegexWriter.Dispose ( )
inline

Definition at line 38 of file RegexWriter.cs.

39 {
40 _emitted.Dispose();
41 _intStack.Dispose();
42 }
System.Collections.Generic.ValueListBuilder< int > _intStack
System.Collections.Generic.ValueListBuilder< int > _emitted

References System.Text.RegularExpressions.RegexWriter._emitted, and System.Text.RegularExpressions.RegexWriter._intStack.