Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
IIListProvider.cs
Go to the documentation of this file.
1
using
System.Collections
;
2
using
System.Collections.Generic
;
3
4
namespace
System.Linq
;
5
6
internal
interface
IIListProvider
<TElement> :
IEnumerable
<TElement>,
IEnumerable
7
{
8
TElement[]
ToArray
();
9
10
List<TElement>
ToList
();
11
12
int
GetCount
(
bool
onlyIfCheap
);
13
}
System.Collections.Generic.Dictionary
Definition
Dictionary.cs:14
System.Collections.Generic.IEnumerable
Definition
IEnumerable.cs:4
System.Linq.IIListProvider.ToArray
TElement[] ToArray()
System.Linq.IIListProvider.GetCount
int GetCount(bool onlyIfCheap)
System.Linq.IIListProvider.ToList
List< TElement > ToList()
System.Linq.IIListProvider
Definition
IIListProvider.cs:7
System.Collections.Generic
Definition
IHashKeyCollection.cs:1
System.Collections
Definition
BlockingCollection.cs:8
System.Linq
Definition
ImmutableArrayExtensions.cs:4
source
System.Linq
System.Linq
IIListProvider.cs
Generated by
1.10.0