Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
this[int index]
[3/4]
object? IList.
System.Collections.Immutable.ImmutableArray
<
T
>.
this
[int
index
]
get
set
Implements
System.Collections.IList
.
Definition at line
843
of file
ImmutableArray.cs
.
844
{
845
get
846
{
847
ImmutableArray<T>
immutableArray
=
this
;
848
immutableArray
.ThrowInvalidOperationIfNotInitialized();
849
return
immutableArray
[
index
];
850
}
851
set
852
{
853
throw
new
NotSupportedException();
854
}
855
}
System.Collections.Generic.Dictionary
Definition
Dictionary.cs:14
System.ExceptionArgument.index
@ index
System
Collections
Immutable
ImmutableArray
Generated by
1.10.0