Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
this[int index]
object? IList. System.Array.this[int
index
]
get
set
private
Implements
System.Collections.Generic.IList< T >
.
Definition at line
459
of file
Array.cs
.
460
{
461
get
462
{
463
return
GetValue
(
index
);
464
}
465
set
466
{
467
SetValue
(
value
,
index
);
468
}
469
}
System.Array.GetValue
object? GetValue(params int[] indices)
Definition
Array.cs:980
System.Array.SetValue
unsafe void SetValue(object? value, int index)
Definition
Array.cs:1022
System.ExceptionArgument.value
@ value
System.ExceptionArgument.index
@ index
System
Array
Generated by
1.10.0