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

◆ IsLiteralPosition()

static bool System.ComponentModel.MaskedTextProvider.IsLiteralPosition ( CharDescriptor charDescriptor)
inlinestaticprivate

Definition at line 939 of file MaskedTextProvider.cs.

940 {
941 if (charDescriptor.CharType != CharType.Literal)
942 {
943 return charDescriptor.CharType == CharType.Separator;
944 }
945 return true;
946 }

Referenced by System.ComponentModel.MaskedTextProvider.TestChar(), and System.ComponentModel.MaskedTextProvider.TestEscapeChar().