Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
this[int index]
[2/4]
T
IReadOnlyList
<
T
>.
System.Collections.Immutable.ImmutableArray
<
T
>.
this
[int
index
]
get
Implements
System.Collections.IList
.
Definition at line
804
of file
ImmutableArray.cs
.
805
{
806
get
807
{
808
ImmutableArray<T>
immutableArray
=
this
;
809
immutableArray
.ThrowInvalidOperationIfNotInitialized();
810
return
immutableArray
[
index
];
811
}
812
}
System.Collections.Generic.Dictionary
Definition
Dictionary.cs:14
System.ExceptionArgument.index
@ index
System
Collections
Immutable
ImmutableArray
Generated by
1.10.0