ISet MembersQuartz.NET API Documentation

The ISet type exposes the following members.

Methods

  NameDescription
Public methodAdd(Object)
Adds an item to the IList.
(Inherited from IList.)
Public methodAdd(Object)
Adds a new element to the Collection if it is not already present.
Public methodAddAll
Adds all the elements of the specified collection to the Set.
Public methodClear
Removes all items from the IList.
(Inherited from IList.)
Public methodContains
Determines whether the IList contains a specific value.
(Inherited from IList.)
Public methodCopyTo
Copies the elements of the ICollection to an Array, starting at a particular Array index.
(Inherited from ICollection.)
Public methodFirst
Returns the first item in the set.
Public methodGetEnumerator
Returns an enumerator that iterates through a collection.
(Inherited from IEnumerable.)
Public methodIndexOf
Determines the index of a specific item in the IList.
(Inherited from IList.)
Public methodInsert
Inserts an item to the IList at the specified index.
(Inherited from IList.)
Public methodRemove
Removes the first occurrence of a specific object from the IList.
(Inherited from IList.)
Public methodRemoveAt
Removes the IList item at the specified index.
(Inherited from IList.)
Top
Properties

  NameDescription
Public propertyCount
Gets the number of elements contained in the ICollection.
(Inherited from ICollection.)
Public propertyIsFixedSize
Gets a value indicating whether the IList has a fixed size.
(Inherited from IList.)
Public propertyIsReadOnly
Gets a value indicating whether the IList is read-only.
(Inherited from IList.)
Public propertyIsSynchronized
Gets a value indicating whether access to the ICollection is synchronized (thread safe).
(Inherited from ICollection.)
Public propertyItem
Gets or sets the element at the specified index.
(Inherited from IList.)
Public propertySyncRoot
Gets an object that can be used to synchronize access to the ICollection.
(Inherited from ICollection.)
Top
See Also