CxMemberConstructor
Description
- Derived from
- 
CxMember abstract 
 ICxIdContainer
 ICxParametersContainer
 ICxExpressionsContainer
 ICxStatementUsageProvider
A type member that constructs a new type instance:
...
Type(int p0, ..., int pN)
  : base(a0, ..., aN)
{
  a = 1;
}
...
Type();
ICxExpressionsContainer.Expressions returns the base constructor call arguments.
ICxTypeContainer.Type returns CxDeclaration.AsType of the enclosing declaration.