Click or drag to resize

ClaimCollection Class

This is preliminary documentation and is subject to change.

[Missing <summary> documentation for "T:WikiClientLibrary.Wikibase.ClaimCollection"]

Inheritance Hierarchy
SystemObject
  WikiClientLibrary.Wikibase.InfrastructuresUnorderedKeyedMultiCollectionString, Claim
    WikiClientLibrary.WikibaseClaimCollection

Namespace: WikiClientLibrary.Wikibase
Assembly: WikiClientLibrary.Wikibase (in WikiClientLibrary.Wikibase.dll) Version: 0.8.0-int.8+f07259cca53448109bd542f6a3e53c54ddd48d58
Syntax
public sealed class ClaimCollection : UnorderedKeyedMultiCollection<string, Claim>

The ClaimCollection type exposes the following members.

Constructors
 NameDescription
Public methodClaimCollectionInitializes a new instance of the ClaimCollection class
Public methodClaimCollection(IEnumerableClaim)Initializes a new instance of the ClaimCollection class
Top
Properties
 NameDescription
Public propertyCountGets the number of elements contained in the ICollectionT.
(Inherited from UnorderedKeyedMultiCollectionTKey, TItem)
Public propertyIsReadOnlyGets a value indicating whether the ICollectionT is read-only.
(Inherited from UnorderedKeyedMultiCollectionTKey, TItem)
Public propertyItem Gets a read-only view of the items with the specified key.
(Inherited from UnorderedKeyedMultiCollectionTKey, TItem)
Public propertyKeys Gets a read-only view of the key collection.
(Inherited from UnorderedKeyedMultiCollectionTKey, TItem)
Top
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