Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
this[int index]
T
System.Dynamic.Utils.ListProvider
<
T
>.
this
[int
index
]
get
set
Definition at line
14
of file
ListProvider.cs
.
15
{
16
get
17
{
18
if
(
index
== 0)
19
{
20
return
First
;
21
}
22
return
GetElement
(
index
);
23
}
24
[
ExcludeFromCodeCoverage
(Justification =
"Unreachable"
)]
25
set
26
{
27
throw
ContractUtils.Unreachable;
28
}
29
}
System.Collections.Generic.Dictionary
Definition
Dictionary.cs:14
System.Dynamic.Utils.ListProvider.First
T First
Definition
ListProvider.cs:10
System.Dynamic.Utils.ListProvider.GetElement
T GetElement(int index)
System.ExceptionArgument.index
@ index
System
Dynamic
Utils
ListProvider
Generated by
1.10.0