Click or drag to resize

WikiReadOnlyDictionaryItem Property

This is preliminary documentation and is subject to change.

Tries to get the value of the specified property.

Namespace: WikiClientLibrary.Infrastructures
Assembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.2+447d1d590e6726b7881f750a0a0e42908f3e417e
Syntax
public JsonElement this[
	string key
] { get; set; }

Parameters

key  String
The property name.

Return Value

JsonElement
A clone of property value, OR null if such property cannot be found.

Implements

IDictionaryTKey, TValueItemTKey
See Also