Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
IOrderedCollection.cs
Go to the documentation of this file.
1
using
System.Collections.Generic
;
2
3
namespace
System.Collections.Immutable
;
4
5
internal
interface
IOrderedCollection
<
out
T> :
IEnumerable
<T>,
IEnumerable
6
{
7
int
Count
{
get
; }
8
9
T
this
[
int
index
] {
get
; }
10
}
System.Collections.Generic.Dictionary
Definition
Dictionary.cs:14
System.Collections.IEnumerable
Definition
IEnumerable.cs:8
System.Collections.Immutable.IOrderedCollection.Count
int Count
Definition
IOrderedCollection.cs:7
System.Collections.Immutable.IOrderedCollection
Definition
IOrderedCollection.cs:6
System.Collections.Generic
Definition
IHashKeyCollection.cs:1
System.Collections.Immutable
Definition
AllocFreeConcurrentStack.cs:4
System.ExceptionArgument.index
@ index
source
System.Collections.Immutable
System.Collections.Immutable
IOrderedCollection.cs
Generated by
1.10.0