Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
ICollection.cs
Go to the documentation of this file.
1
namespace
System.Collections
;
2
3
public
interface
ICollection
:
IEnumerable
4
{
5
int
Count
{
get
; }
6
7
object
SyncRoot
{
get
; }
8
9
bool
IsSynchronized
{
get
; }
10
11
void
CopyTo
(
Array
array
,
int
index
);
12
}
System.Array
Definition
Array.cs:16
System.Collections.ICollection.SyncRoot
object SyncRoot
Definition
ICollection.cs:7
System.Collections.ICollection.IsSynchronized
bool IsSynchronized
Definition
ICollection.cs:9
System.Collections.ICollection.Count
int Count
Definition
ICollection.cs:5
System.Collections.ICollection.CopyTo
void CopyTo(Array array, int index)
System.Collections.ICollection
Definition
ICollection.cs:4
System.Collections.IEnumerable
Definition
IEnumerable.cs:8
System.Collections
Definition
BlockingCollection.cs:8
System.ExceptionArgument.index
@ index
System.ExceptionArgument.array
@ array
source
System.Private.CoreLib
System.Collections
ICollection.cs
Generated by
1.10.0