Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Values
object? [] System.Data.FillErrorEventArgs.Values
get
Definition at line
39
of file
FillErrorEventArgs.cs
.
40
{
41
get
42
{
43
object
[]
array
=
new
object
[
_values
.Length];
44
for
(
int
i = 0;
i
<
_values
.Length;
i
++)
45
{
46
array
[
i
] =
_values
[
i
];
47
}
48
return
array
;
49
}
50
}
System.Data.FillErrorEventArgs._values
readonly object[] _values
Definition
FillErrorEventArgs.cs:11
System.Text.RegularExpressions.ExceptionArgument.i
@ i
System.ExceptionArgument.array
@ array
System
Data
FillErrorEventArgs
Generated by
1.10.0