| 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.QuerySpecAssembly: SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.0.0.0 (5.0.0)
 Syntax
Syntaxpublic 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: 
TObject See Also
See Also