Click or drag to resize

UnorderedKeyedMultiCollectionTKey, TItemChangeItemKey Method

This is preliminary documentation and is subject to change.

[Missing <summary> documentation for "M:WikiClientLibrary.Wikibase.Infrastructures.UnorderedKeyedMultiCollection`2.ChangeItemKey(`1,`0)"]


Namespace: WikiClientLibrary.Wikibase.Infrastructures
Assembly: WikiClientLibrary.Wikibase (in WikiClientLibrary.Wikibase.dll) Version: 0.9.0-int.2+447d1d590e6726b7881f750a0a0e42908f3e417e
Syntax
protected void ChangeItemKey(
	TItem item,
	TKey newKey
)

Parameters

item  TItem

[Missing <param name="item"/> documentation for "M:WikiClientLibrary.Wikibase.Infrastructures.UnorderedKeyedMultiCollection`2.ChangeItemKey(`1,`0)"]

newKey  TKey

[Missing <param name="newKey"/> documentation for "M:WikiClientLibrary.Wikibase.Infrastructures.UnorderedKeyedMultiCollection`2.ChangeItemKey(`1,`0)"]

See Also