Click or drag to resize

EntitySiteLinkCollection Class

This is preliminary documentation and is subject to change.

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

Inheritance Hierarchy
SystemObject
  WikiClientLibrary.Wikibase.InfrastructuresUnorderedKeyedCollectionString, EntitySiteLink
    WikiClientLibrary.WikibaseEntitySiteLinkCollection

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

The EntitySiteLinkCollection type exposes the following members.

Constructors
 NameDescription
Public methodEntitySiteLinkCollectionInitializes a new instance of the EntitySiteLinkCollection class
Public methodEntitySiteLinkCollection(IEnumerableEntitySiteLink)Initializes a new instance of the EntitySiteLinkCollection class
Top
Properties
 NameDescription
Public propertyCountGets the number of elements contained in the ICollectionT.
(Inherited from UnorderedKeyedCollectionTKey, TItem)
Public propertyIsReadOnlyGets a value indicating whether the ICollectionT is read-only.
(Inherited from UnorderedKeyedCollectionTKey, TItem)
Public propertyItem
(Inherited from UnorderedKeyedCollectionTKey, TItem)
Top
Methods
 NameDescription
Public methodAddAdds an item to the ICollectionT.
(Inherited from UnorderedKeyedCollectionTKey, TItem)
Public methodClearRemoves all items from the ICollectionT.
(Inherited from UnorderedKeyedCollectionTKey, TItem)
Public methodContainsDetermines whether the ICollectionT contains a specific value.
(Inherited from UnorderedKeyedCollectionTKey, TItem)
Public methodContainsKey
(Inherited from UnorderedKeyedCollectionTKey, TItem)
Public methodCopyTo(Array, Int32)Copies the elements of the ICollection to an Array, starting at a particular Array index.
(Inherited from UnorderedKeyedCollectionTKey, TItem)
Public methodCopyTo(TItem, Int32)Copies the elements of the ICollectionT to an Array, starting at a particular Array index.
(Inherited from UnorderedKeyedCollectionTKey, 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 UnorderedKeyedCollectionTKey, TItem)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodRemoveRemoves the first occurrence of a specific object from the ICollectionT.
(Inherited from UnorderedKeyedCollectionTKey, TItem)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also