Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
ILookup.cs
Go to the documentation of this file.
1
using
System.Collections
;
2
using
System.Collections.Generic
;
3
4
namespace
System.Linq
;
5
6
public
interface
ILookup
<TKey, TElement> :
IEnumerable
<IGrouping<TKey, TElement>>,
IEnumerable
7
{
8
int
Count
{
get
; }
9
10
IEnumerable<TElement>
this
[TKey
key
] {
get
; }
11
12
bool
Contains
(TKey
key
);
13
}
System.Collections.Generic.Dictionary
Definition
Dictionary.cs:14
System.Collections.Generic.IEnumerable
Definition
IEnumerable.cs:4
System.Linq.ILookup.Count
int Count
Definition
ILookup.cs:8
System.Linq.ILookup.Contains
bool Contains(TKey key)
System.Linq.ILookup
Definition
ILookup.cs:7
System.Collections.Generic
Definition
IHashKeyCollection.cs:1
System.Collections
Definition
BlockingCollection.cs:8
System.Linq
Definition
ImmutableArrayExtensions.cs:4
System.ExceptionArgument.key
@ key
source
System.Linq
System.Linq
ILookup.cs
Generated by
1.10.0