Foley .NET Utilities Class Library

SetBase Members

Public Instance Properties

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

Public Instance Methods

AddOverloaded. Adds the elements of the specified ICollection to the set.
Clear (inherited from Collection2Base) Removes all elements from the collection.
ContainsOverloaded. Determines whether all the elements in the specified ICollection are contained in the set.
CopyTo (inherited from Collection2Base) 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 (inherited from Collection2Base) 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.
RemoveOverloaded. Removes the first occurrence of each element of the specified ICollection from the set.
Retain Retains the first occurrence of each element of the specified ICollection from the set.
ToString (inherited from Object)Select the method name to go to the Microsoft documentation.

Protected Instance Constructors

SetBase Constructor Protected constructor for abstract class.

Protected Instance Methods

Finalize (inherited from Object)Select the method name to go to the Microsoft documentation.
IsContainedIn (inherited from Collection2Base) 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

SetBase Class | Foley.Utilities.Collections Namespace