ItemDisplay.

SetItem(ItemList, int) Method

Summary

Initializes this display to show the details of the item at the specified `index`.
Assembly
Weaver.dll
Namespace
Weaver.Examples
Containing Type
ItemDisplay

Syntax

public void SetItem(ItemList items, int index)

Parameters

Name Type Description
items ItemList
index int

Return Value

Type Description
void