Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
IReadOnlyList.cs
Go to the documentation of this file.
1
namespace
System.Collections.Generic
;
2
3
public
interface
IReadOnlyList
<
out
T> :
IReadOnlyCollection
<T>,
IEnumerable
<T>,
IEnumerable
4
{
5
T
this
[
int
index
] {
get
; }
6
}
System.Collections.Generic.Dictionary
Definition
Dictionary.cs:14
System.Collections.Generic.IEnumerable
Definition
IEnumerable.cs:4
System.Collections.Generic.IReadOnlyCollection
Definition
IReadOnlyCollection.cs:4
System.Collections.Generic.IReadOnlyList
Definition
IReadOnlyList.cs:4
System.Collections.Generic
Definition
IHashKeyCollection.cs:1
System.ExceptionArgument.index
@ index
source
System.Private.CoreLib
System.Collections.Generic
IReadOnlyList.cs
Generated by
1.10.0