Module Collections
Provides classes for collections.
Import path
import semmle.code.csharp.commons.CollectionsImports
| Collections | Provides definitions related to the namespace |
| csharp | The default C# QL library. |
Predicates
| isCollectionType | Holds if |
Classes
| CollectionModificationAccess | An access that modifies a collection. |
| CollectionType | A collection type. |
| EmptyCollectionCreation | An object creation that creates an empty collection. |
| EmptyInitializationAccess | An access that initializes an empty collection. |
| ModifierMethodCall | A method call that modifies a collection. |
| NoAddAccess | An access that does not add items to a collection. |
| ParamsCollectionType | A collection type that can be used as a |