iBATIS.NET Class Library DataMapper V1.6.1, DataAccess V1.9.1

DelegateFactory Constructor 

Initializes a new instance of the DelegateFactory class.

[Visual Basic]
Public Sub New( _
   ByVal Type As Type, _
   ByVal Type[] As Type() _
)
[C#]
public DelegateFactory(
   Type typeToCreate,
   Type[] argumentTypes
);

Parameters

typeToCreate
The instance type to create.
argumentTypes
The types argument.

See Also

DelegateFactory Class | IBatisNet.Common.Utilities.Objects Namespace