Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
this[int record]
DataRow
System.Data.RecordManager.this[int
record
]
get
set
package
Definition at line
60
of file
RecordManager.cs
.
61
{
62
get
63
{
64
return
_rows
[
record
];
65
}
66
set
67
{
68
_rows
[
record
] =
value
;
69
}
70
}
System.Collections.Generic.Dictionary
Definition
Dictionary.cs:14
System.Data.RecordManager._rows
DataRow[] _rows
Definition
RecordManager.cs:18
System.ExceptionArgument.value
@ value
System
Data
RecordManager
Generated by
1.10.0