CxMemberConstant
Description
- Derived from
-
CxMember abstract
ICxVariableContainer
A type member that defines a compile-time constant:
... const int Name = 1;
ICxTypeContainer.Type returns the variable type.
ICxVariableContainer.Variable returns the variable definition of this constant, which will never be null
.