Claim |
This is preliminary documentation and is subject to change.
[Missing <summary> documentation for "T:WikiClientLibrary.Wikibase.ClaimCollection"]
The ClaimCollection type exposes the following members.
Name | Description | |
---|---|---|
ClaimCollection | Initializes a new instance of the ClaimCollection class | |
ClaimCollection(IEnumerableClaim) | Initializes a new instance of the ClaimCollection class |
Name | Description | |
---|---|---|
Count | Gets the number of elements contained in the ICollectionT. (Inherited from UnorderedKeyedMultiCollectionTKey, TItem) | |
IsReadOnly | Gets a value indicating whether the ICollectionT is read-only. (Inherited from UnorderedKeyedMultiCollectionTKey, TItem) | |
Item |
Gets a read-only view of the items with the specified key.
(Inherited from UnorderedKeyedMultiCollectionTKey, TItem) | |
Keys |
Gets a read-only view of the key collection.
(Inherited from UnorderedKeyedMultiCollectionTKey, TItem) |
Name | Description | |
---|---|---|
Add | Adds an item to the ICollectionT. (Inherited from UnorderedKeyedMultiCollectionTKey, TItem) | |
Clear | Removes all items from the ICollectionT. (Inherited from UnorderedKeyedMultiCollectionTKey, TItem) | |
Contains | Determines whether the ICollectionT contains a specific value. (Inherited from UnorderedKeyedMultiCollectionTKey, TItem) | |
ContainsKey | (Inherited from UnorderedKeyedMultiCollectionTKey, TItem) | |
CopyTo(Array, Int32) | Copies the elements of the ICollection to an Array, starting at a particular Array index. (Inherited from UnorderedKeyedMultiCollectionTKey, TItem) | |
CopyTo(TItem, Int32) | Copies the elements of the ICollectionT to an Array, starting at a particular Array index. (Inherited from UnorderedKeyedMultiCollectionTKey, TItem) | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
GetEnumerator | Returns an enumerator that iterates through the collection. (Inherited from UnorderedKeyedMultiCollectionTKey, TItem) | |
GetHashCode | Serves as the default hash function. (Inherited from Object) | |
GetType | Gets the Type of the current instance. (Inherited from Object) | |
Remove(TKey) |
Removes all the items with specified key.
(Inherited from UnorderedKeyedMultiCollectionTKey, TItem) | |
Remove(TItem) | Removes the first occurrence of a specific object from the ICollectionT. (Inherited from UnorderedKeyedMultiCollectionTKey, TItem) | |
ToString | Returns a string that represents the current object. (Inherited from Object) |