Click or drag to resize

OrderedKeyValuePairsTKey, TValueItem(TKey) Property

This is preliminary documentation and is subject to change.

[Missing <summary> documentation for "P:WikiClientLibrary.Infrastructures.OrderedKeyValuePairs`2.Item(`0)"]


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

Parameters

key  TKey
 

Property Value

TValue
See Also