Click or drag to resize

IndexT1, T2Register Method

Registers an item with the index. If the key already exists, the current entry will be overwritten

Namespace:  ImmerseSDK
Assembly:  ImmerseSDK.App (in ImmerseSDK.App.dll) Version: 3.5.0.0 (3.5.0.0)
Syntax
C#
public void Register(
	T1 id,
	T2 item
)

Parameters

id
Type: T1
Unique identifier for this item
item
Type: T2
Item to be indexed
See Also