 | GeoSearchGeneratorItemFromJson Method |
This is preliminary documentation and is subject to change.
Parses an item contained in the action=query&list= JSON response.
Namespace: WikiClientLibrary.GeneratorsAssembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.3+0a73c45f0c78941900e328c6c6b819597b665e00
Syntaxprotected override GeoSearchResultItem ItemFromJson(
JsonNode json
)
Protected Overrides Function ItemFromJson (
json As JsonNode
) As GeoSearchResultItem
Dim json As JsonNode
Dim returnValue As GeoSearchResultItem
returnValue = Me.ItemFromJson(json)
protected:
virtual GeoSearchResultItem^ ItemFromJson(
JsonNode^ json
) override
abstract ItemFromJson :
json : JsonNode -> GeoSearchResultItem
override ItemFromJson :
json : JsonNode -> GeoSearchResultItem
Parameters
- json JsonNode
- One of the item node under the .
Return Value
GeoSearchResultItemThe item that will be returned in the sequence from
EnumItemsAsync(CancellationToken).
See Also