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

◆ Namespace

string System.Text.RegularExpressions.RegexCompilationInfo.Namespace
getset

Definition at line 51 of file RegexCompilationInfo.cs.

52 {
53 get
54 {
55 return _nspace;
56 }
57 [MemberNotNull("_nspace")]
58 set
59 {
60 _nspace = value ?? throw new ArgumentNullException("Namespace");
61 }
62 }

Referenced by System.Text.RegularExpressions.RegexCompilationInfo.RegexCompilationInfo().