Module Property
Provides classes for properties, indexers, and accessors.
Import path
import semmle.code.csharp.Property
Imports
Classes
Accessor |
An accessor. Either a getter ( |
DeclarationWithAccessors |
A declaration that may have accessors. Either an event ( |
DeclarationWithGetSetAccessors |
A declaration that may have a |
Getter |
A |
Indexer |
An indexer, for example |
IndexerProperty |
A |
Property |
A property, for example |
Setter |
A |
TrivialProperty |
A property with a trivial getter and setter. For example, properties |