Click or drag to resize

ItemsSetterRemoveItem Method

Removes the item with 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 RemoveItem(
	Object itemContext
)

Parameters

itemContext
Type: SystemObject
Item context of the item to remove.
See Also