CxParameter
Description
Represents a parameter of a method or delegate:
[A] int a | \____ Variable \____ Attributes ref Type a out Type a \____ Semantic this Type a \____ IsThis
ICxVariableContainer.Variable returns the variable declaration or definition of this parameter, which will never be null
.