Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
this[int index]
[1/4]
T
IList
<
T
>.
System.Collections.Immutable.ImmutableArray
<
T
>.
this
[int
index
]
get
set
Implements
System.Collections.IList
.
Definition at line
765
of file
ImmutableArray.cs
.
766
{
767
get
768
{
769
ImmutableArray<T>
immutableArray
=
this
;
770
immutableArray
.ThrowInvalidOperationIfNotInitialized();
771
return
immutableArray
[
index
];
772
}
773
set
774
{
775
throw
new
NotSupportedException();
776
}
777
}
System.Collections.Generic.Dictionary
Definition
Dictionary.cs:14
System.ExceptionArgument.index
@ index
System
Collections
Immutable
ImmutableArray
Generated by
1.10.0