OSCI-Bibliothek für die Nutzung mit dem Microsoft® .NET-Framework

SupportClass.ICollectionSupport Members

SupportClass.ICollectionSupport overview

Public Static Methods

Add Adds a new element to the specified collection.
AddAll Adds all of the elements of the "c" collection to the "target" collection.
Clear Removes all the elements from the collection.
Contains Determines whether the collection contains the specified element.
ContainsAll Determines whether the collection contains all the elements in the specified collection.
Remove Removes the specified element from the collection.
RemoveAll Removes all the elements from the specified collection that are contained in the target collection.
RetainAll Retains the elements in the target collection that are contained in the specified collection
ToArrayOverloaded. Returns an array containing all the elements of the collection.
ToArrayList Converts an ICollection instance to an ArrayList instance.

Public Instance Constructors

SupportClass.ICollectionSupport Constructor Initializes a new instance of the SupportClass.ICollectionSupport class.

Public Instance Methods

Equals (inherited from Object) Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from Object) Serves as a hash function for a particular type.
GetType (inherited from Object) Gets the Type of the current instance.
ToString (inherited from Object) Returns a String that represents the current Object.

See Also

SupportClass.ICollectionSupport Class | (global) Namespace