Click or drag to resize

UnorderedKeyedMultiCollectionTKey, TItemClear Method

This is preliminary documentation and is subject to change.

Removes all items from the ICollectionT.

Namespace: WikiClientLibrary.Wikibase.Infrastructures
Assembly: WikiClientLibrary.Wikibase (in WikiClientLibrary.Wikibase.dll) Version: 0.9.0-int.4+fbadc980737ddc9bb67116900ecad57f84a0b241
Syntax
public virtual void Clear()

Implements

ICollectionTClear
Exceptions
ExceptionCondition
NotSupportedExceptionThe ICollectionT is read-only.
See Also