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

CachedTypeResolver Constructor 

Creates a new instance of the CachedTypeResolver class.

[Visual Basic]
Public Sub New( _
   ByVal ITypeResolver As ITypeResolver _
)
[C#]
public CachedTypeResolver(
   ITypeResolver typeResolver
);

Parameters

typeResolver
The ITypeResolver that this instance will delegate actual Type resolution to if a Type cannot be found in this instance's Type cache.

Exceptions

Exception Type Condition
ArgumentNullException If the supplied typeResolver is a null reference (Nothing in Visual Basic).

See Also

CachedTypeResolver Class | IBatisNet.Common.Utilities.TypesResolver Namespace