Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
this[int index]
char System.ComponentModel.MaskedTextProvider.this[int
index
]
get
Definition at line
259
of file
MaskedTextProvider.cs
.
260
{
261
get
262
{
263
if
(
index < 0 || index >
=
_testString
.
Length
)
264
{
265
throw
new
IndexOutOfRangeException(
index
.ToString(
CultureInfo
.
CurrentCulture
));
266
}
267
return
_testString
[
index
];
268
}
269
}
System.Collections.Generic.Dictionary
Definition
Dictionary.cs:14
System.ComponentModel.MaskedTextProvider._testString
StringBuilder _testString
Definition
MaskedTextProvider.cs:71
System.Globalization.CultureInfo.CurrentCulture
static CultureInfo CurrentCulture
Definition
CultureInfo.cs:72
System.Globalization.CultureInfo
Definition
CultureInfo.cs:8
System.Text.StringBuilder.Length
int Length
Definition
StringBuilder.cs:360
System.ExceptionArgument.index
@ index
System
ComponentModel
MaskedTextProvider
Generated by
1.10.0