Beef Corlib
Public Member Functions | Properties | List of all members
System.Collections.ICollection< T > Interface Template Reference
Inheritance diagram for System.Collections.ICollection< T >:
System.Collections.LinkedList< T > System.Collections.List< T > System.Collections.SplitList< T > System.Collections.ListWithAlloc< T >

Public Member Functions

void Add (T item)
 
void Clear ()
 
bool Contains (T item)
 
void CopyTo (Span< T > span)
 
bool Remove (T item)
 

Properties

abstract int Count [get]