Adds the pending reference.

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

Syntax

C#
void AddPendingReference(
	Object obj,
	MetaProperty descriptor,
	int id
)
Visual Basic (Declaration)
Sub AddPendingReference ( _
	obj As Object, _
	descriptor As MetaProperty, _
	id As Integer _
)
Visual C++
void AddPendingReference(
	Object^ obj, 
	MetaProperty^ descriptor, 
	int id
)

Parameters

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

See Also