Foley .NET Utilities Class Library

Collection2Base Members

Public Instance Properties

Count When implemented by a class, gets the number of elements contained in the collection.
IsEmpty Gets a boolean value idicating whether the collection is empty or not.
IsFixedSize Gets a boolean value indicating whether the collection has a fixed size.
IsReadOnly Gets a boolean value indicating whether the collection is read-only.
IsSynchronized Gets a boolean value indicating whether access to the collection is synchronized (thread-safe).
SyncRoot Gets an Object that can be used to synchronize access to the collection.

Public Instance Methods

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.

Protected Instance Constructors

Collection2Base Constructor Protected constructor for abstract class.

Protected Instance Methods

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.

See Also

Collection2Base Class | Foley.Utilities.Collections Namespace