Click or drag to resize

ObjectCreatorFuncTObject Delegate

Delegate which is used to create new instances of an object based on a type, and which is much faster than Activator.CreateInstance

Namespace:  SD.LLBLGen.Pro.QuerySpec
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.9.0.0 (5.9.0)
Syntax
public delegate TObject ObjectCreatorFunc<TObject>(
	params Object[] args
)

Parameters

args
Type: SystemObject

Type Parameters

TObject

Return Value

Type: TObject
See Also