Skip to content

a215925a 6491 ee2f e029 6420db4a3570

Mat Walker edited this page Apr 17, 2020 · 1 revision

HTTPBased.ItemList Constructor (List(KeyValuePair(String, String)))

[This is preliminary documentation and is subject to change.]

Initialises a new instance of the HTTPBased.ItemList class. Prepopulates with the List of Key-Value pairs passed.

Namespace: TeamControlium.NonGUI
Assembly: TeamControlium.NonGUI (in TeamControlium.NonGUI.dll) Version: 2.0.0

Syntax

C#

public ItemList(
	List<KeyValuePair<string, string>> initialList
)

Parameters

 

initialList
Type: System.Collections.Generic.List(KeyValuePair(String, String))
List of Key-Value pairs to pre-populate with

See Also

Reference

HTTPBased.ItemList Class
HTTPBased.ItemList Overload
TeamControlium.NonGUI Namespace

Clone this wiki locally