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

TypeUtils.IsImplementGenericIListInterface Method 

Determines whether the specified type is implement generic Ilist interface.

[Visual Basic]
Public Shared Function IsImplementGenericIListInterface( _
   ByVal Type As Type _
) As Boolean
[C#]
public static bool IsImplementGenericIListInterface(
   Type type
);

Parameters

type
The type.

Return Value

true if the specified type is implement generic Ilist interface; otherwise, false.

See Also

TypeUtils Class | IBatisNet.Common.Utilities Namespace