Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
IReadOnlySet.cs
Go to the documentation of this file.
1
namespace
System.Collections.Generic
;
2
3
public
interface
IReadOnlySet
<T> :
IReadOnlyCollection
<T>,
IEnumerable
<T>,
IEnumerable
4
{
5
bool
Contains
(T
item
);
6
7
bool
IsProperSubsetOf
(
IEnumerable<T>
other
);
8
9
bool
IsProperSupersetOf
(
IEnumerable<T>
other
);
10
11
bool
IsSubsetOf
(
IEnumerable<T>
other
);
12
13
bool
IsSupersetOf
(
IEnumerable<T>
other
);
14
15
bool
Overlaps
(
IEnumerable<T>
other
);
16
17
bool
SetEquals
(
IEnumerable<T>
other
);
18
}
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.IReadOnlySet.IsSubsetOf
bool IsSubsetOf(IEnumerable< T > other)
System.Collections.Generic.IReadOnlySet.Contains
bool Contains(T item)
System.Collections.Generic.IReadOnlySet.IsProperSubsetOf
bool IsProperSubsetOf(IEnumerable< T > other)
System.Collections.Generic.IReadOnlySet.IsSupersetOf
bool IsSupersetOf(IEnumerable< T > other)
System.Collections.Generic.IReadOnlySet.IsProperSupersetOf
bool IsProperSupersetOf(IEnumerable< T > other)
System.Collections.Generic.IReadOnlySet.SetEquals
bool SetEquals(IEnumerable< T > other)
System.Collections.Generic.IReadOnlySet.Overlaps
bool Overlaps(IEnumerable< T > other)
System.Collections.Generic.IReadOnlySet
Definition
IReadOnlySet.cs:4
System.Collections.Generic
Definition
IHashKeyCollection.cs:1
System.ExceptionArgument.item
@ item
System.ExceptionArgument.other
@ other
source
System.Private.CoreLib
System.Collections.Generic
IReadOnlySet.cs
Generated by
1.10.0