Click or drag to resize

UnorderedKeyedCollection<TKey, TItem>.Add Method

This is preliminary documentation and is subject to change.

Adds an item to the ICollection<T>.

Namespace: WikiClientLibrary.Wikibase.Infrastructures
Assembly: WikiClientLibrary.Wikibase (in WikiClientLibrary.Wikibase.dll) Version: 0.9.0-int.2+447d1d590e6726b7881f750a0a0e42908f3e417e
Syntax
public virtual void Add(
	TItem item
)

Parameters

item  TItem
The object to add to the ICollection<T>.

Implements

ICollection<T>.Add(T)
Exceptions
ExceptionCondition
NotSupportedExceptionThe ICollection<T> is read-only.
See Also