.NET Helper Packages
C#
Show/Hide TOC
IData
Factory
T
Find Method
Finds an object in the collection.
Definition
Namespace:
Common.Core.Interfaces
Assembly:
Common.Core (in Common.Core.dll) Version: 2.1.5
C#
Copy
T
Find
(
int
Id
)
Parameters
Id
Int32
Object Id.
Return Value
T
is returned if the object is not found.
See Also
Reference
IDataFactory
T
Interface
Common.Core.Interfaces Namespace
In This Article
Definition
Parameters
Return Value
See Also