GetICollectionType

GetICollectionType(Type)

public static Type GetICollectionType(Type elementType) ;

Description

Get the type of ICollection<elementType>.

Parameters

Parameter Name Description
elementType Element type

Returns

Returns the type of ICollection<elementType>.