Click or drag to resize

ClaimCollection Methods

This is preliminary documentation and is subject to change.

The ClaimCollection type exposes the following members.

Methods
 NameDescription
Public methodAddAdds an item to the ICollectionT.
(Inherited from UnorderedKeyedMultiCollectionTKey, TItem)
Public methodClearRemoves all items from the ICollectionT.
(Inherited from UnorderedKeyedMultiCollectionTKey, TItem)
Public methodContainsDetermines whether the ICollectionT contains a specific value.
(Inherited from UnorderedKeyedMultiCollectionTKey, TItem)
Public methodContainsKey
(Inherited from UnorderedKeyedMultiCollectionTKey, TItem)
Public methodCopyTo(Array, Int32)Copies the elements of the ICollection to an Array, starting at a particular Array index.
(Inherited from UnorderedKeyedMultiCollectionTKey, TItem)
Public methodCopyTo(TItem, Int32)Copies the elements of the ICollectionT to an Array, starting at a particular Array index.
(Inherited from UnorderedKeyedMultiCollectionTKey, TItem)
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetEnumeratorReturns an enumerator that iterates through the collection.
(Inherited from UnorderedKeyedMultiCollectionTKey, TItem)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodRemove(TKey) Removes all the items with specified key.
(Inherited from UnorderedKeyedMultiCollectionTKey, TItem)
Public methodRemove(TItem)Removes the first occurrence of a specific object from the ICollectionT.
(Inherited from UnorderedKeyedMultiCollectionTKey, TItem)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also