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.6.0.0 (5.6.19.0117)
Syntax public delegate TObject ObjectCreatorFunc<TObject>(
params Object[] args
)
Public Delegate Function ObjectCreatorFunc(Of TObject) (
ParamArray args As Object()
) As TObject
Parameters
- args
- Type: SystemObject
Type Parameters
- TObject
Return Value
Type:
TObjectSee Also