IsListType

IsListType(Parameter.Type)

public static bool IsListType(Parameter.Type type) ;

Description

Judges whether the type of the value handled by the specified Parameter.Type is IList<>.

Parameters

Parameter Name Description
type Parameter type

Returns

Returns true if the value type is IListIList<>.