GetIListType

GetIListType(Type)

public static Type GetIListType(Type elementType) ;

Description

Get the type of IList<elementType>.

Parameters

Parameter Name Description
elementType Element type

Returns

Returns the type of IList<elementType>.