Predicate isCollectionType
Holds if t
is a collection type.
Import path
import semmle.code.csharp.commons.Collections
predicate
isCollectionType
(
ValueOrRefType
t
)