CxMemberField
Description
- Derived from
-
CxMember abstract
ICxVariableContainer
A type member that defines a static or instance data field:
... int a; ... int a = 1;
ICxTypeContainer.Type returns the variable type.
ICxVariableContainer.Variable returns the variable declaration or definition of this field, which will never be null
.