Register the given object and ID in an inner Hashtable.

Namespace:  PerpetuumSoft.Framework.Serialization
Assembly:  PerpetuumSoft.Framework (in PerpetuumSoft.Framework.dll) Version: 3.9.0.1

Syntax

C#
public void RegisterObjectID(
	Object obj,
	int id
)
Visual Basic (Declaration)
Public Sub RegisterObjectID ( _
	obj As Object, _
	id As Integer _
)
Visual C++
public:
void RegisterObjectID(
	Object^ obj, 
	int id
)

Parameters

obj
Type: System..::.Object
id
Type: System..::.Int32

See Also