Class ParameterPosition
A parameter position.
Import path
import semmle.code.csharp.dataflow.internal.DataFlowDispatchDirect supertypes
Predicates
| getPosition | Gets the underlying integer position, if any. |
| isDelegateSelf | Holds if this position represents a reference to a delegate itself. |
| isThisParameter | Holds if this position represents a |
| toString | Gets a textual representation of this position. |