Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
this[int index]
[3/4]
T
IList
<
T
>.
System.Collections.Immutable.ImmutableList
<
T
>.
this
[int
index
]
get
set
private
Implements
System.Collections.IList
.
Definition at line
1621
of file
ImmutableList.cs
.
1622
{
1623
get
1624
{
1625
return
this
[
index
];
1626
}
1627
set
1628
{
1629
throw
new
NotSupportedException();
1630
}
1631
}
System.ExceptionArgument.index
@ index
System
Collections
Immutable
ImmutableList
Generated by
1.10.0