Click or drag to resize

WikiReadOnlyDictionaryIDictionaryString, JsonElementRemove Method

This is preliminary documentation and is subject to change.

Removes the element with the specified key from the IDictionaryTKey, TValue.

Namespace: WikiClientLibrary.Infrastructures
Assembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.2+447d1d590e6726b7881f750a0a0e42908f3e417e
Syntax
bool IDictionary<string, JsonElement>.Remove(
	string key
)

Parameters

key  String
The key of the element to remove.

Return Value

Boolean
if the element is successfully removed; otherwise, . This method also returns if key was not found in the original IDictionaryTKey, TValue.

Implements

IDictionaryTKey, TValueRemove(TKey)
Exceptions
ExceptionCondition
ArgumentNullExceptionkey is .
NotSupportedExceptionThe IDictionaryTKey, TValue is read-only.
See Also