GetListType

GetListType(Type)

public static Type GetListType(Type elementType) ;

Description

Get the type of List<elementType>.

Parameters

Parameter Name Description
elementType Element type

Returns

Returns the type of List<elementType>.