CxVariableUsage
Description
Enumeration of possible semantic usages of CxVariable objects.
- See also
Public / Constants
MemberField
The variable declaration of an instance field or the variable definition of a static field.
- See also
Parameter
The variable declaration of a required constructor, method or delegate parameter or the variable definition of an optional parameter.
- See also