Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
this[int index]
[2/3]
T
IList
<
T
>.
System.Collections.Immutable.ImmutableSortedSet
<
T
>.
this
[int
index
]
get
set
private
Implements
System.Collections.IList
.
Definition at line
953
of file
ImmutableSortedSet.cs
.
954
{
955
get
956
{
957
return
this
[
index
];
958
}
959
set
960
{
961
throw
new
NotSupportedException();
962
}
963
}
System.ExceptionArgument.index
@ index
System
Collections
Immutable
ImmutableSortedSet
Generated by
1.10.0