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

Public Member Functions

void Add (T item)
 
void Clear ()
 
bool Contains (T item)
 
void CopyTo (T[] arr, int index)
 
bool Remove (T item)
 

Properties

abstract int Count [get]