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

◆ InFact()

bool System.UriParser.InFact ( UriSyntaxFlags flags)
inlinepackageinherited

Definition at line 221 of file UriParser.cs.

222 {
223 return !IsFullMatch(flags, UriSyntaxFlags.None);
224 }
bool IsFullMatch(UriSyntaxFlags flags, UriSyntaxFlags expected)
Definition UriParser.cs:231

References System.UriParser.IsFullMatch().

Referenced by System.Uri.CheckCanonical(), System.Uri.GetCanonicalPath(), System.Uri.ParseRemaining(), System.Uri.PrivateParseMinimal(), System.Uri.ResolveHelper(), and System.UriBuilder.ToString().