Returns the object by the given ID.

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

Syntax

C#
Object GetObjectByID(
	int id
)
Visual Basic (Declaration)
Function GetObjectByID ( _
	id As Integer _
) As Object
Visual C++
Object^ GetObjectByID(
	int id
)

Parameters

id
Type: System..::.Int32

See Also