IDataFactoryTFind Method

Finds an object in the collection.

Definition

Namespace: Common.Core.Interfaces
Assembly: Common.Core (in Common.Core.dll) Version: 2.1.5
C#
T Find(
	int Id
)

Parameters

Id  Int32
Object Id.

Return Value

T
is returned if the object is not found.

See Also