Click or drag to resize

ItemsSetterCreateItem Method

Creates an item for the specified item context.

Namespace:  Slash.Unity.DataBind.Foundation.Setters
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
protected abstract void CreateItem(
	Object itemContext,
	int itemIndex
)

Parameters

itemContext
Type: SystemObject
Item context for the item to create.
itemIndex
Type: SystemInt32
Index of item to create.
See Also