|  Count | When implemented by a class, gets the number of elements contained in the collection. | 
|  IsEmpty | Gets a booleanvalue idicating whether the collection is 
            empty or not. | 
|  IsFixedSize | Gets a booleanvalue indicating whether the collection has a 
            fixed size. | 
|  IsReadOnly | Gets a booleanvalue indicating whether the collection is 
            read-only. | 
|  IsSynchronized | Gets a booleanvalue indicating whether access to the 
            collection is synchronized (thread-safe). | 
|  SyncRoot | Gets an Object that can be used to synchronize access to the collection. | 
|  Clear | Removes all elements from the collection. | 
|  CopyTo | Copies the entire collection to a compatible one-dimensional Array, starting at the specified index of the target array. | 
|  Equals (inherited from Object) | Select the method name to go to the Microsoft documentation. | 
|  GetEnumerator | When implemented by a class, returns an IEnumerator for the entire collection. | 
|  GetHashCode (inherited from Object) | Select the method name to go to the Microsoft documentation. | 
|  GetType (inherited from Object) | Select the method name to go to the Microsoft documentation. | 
|  ToString (inherited from Object) | Select the method name to go to the Microsoft documentation. | 
|  Collection2Base Constructor | Protected constructor for abstract class. | 
|  Finalize (inherited from Object) | Select the method name to go to the Microsoft documentation. | 
|  IsContainedIn | Determins if the specified value is contained in the specified collection. | 
|  MemberwiseClone (inherited from Object) | Select the method name to go to the Microsoft documentation. | 
Collection2Base Class | Foley.Utilities.Collections Namespace