Returns the object by the given ID.
Namespace:
PerpetuumSoft.Framework.SerializationAssembly: PerpetuumSoft.Framework (in PerpetuumSoft.Framework.dll) Version: 3.9.0.1
Syntax
| C# |
|---|
public Object GetObjectByID( int id ) |
| Visual Basic (Declaration) |
|---|
Public Function GetObjectByID ( _ id As Integer _ ) As Object |
| Visual C++ |
|---|
public: Object^ GetObjectByID( int id ) |
Parameters
- id
- Type: System..::.Int32