List of all members.
EBNF grammar:
constructor-declaration: (attributes)? (constructor-modifiers)? constructor-declarator constructor-body
constructor-modifiers: (constructor-modifier)+
constructor-modifier: "public" "protected" "internal" "private" "extern"
constructor-declarator: identifier "(" (formal-parameter-list)? ")" (constructor-initializer)?
constructor-initializer: ":" base "(" (argument-list)? ")" ":" this "(" (argument-list)? ")"
constructor-body: block ";"
[inline]
[inline, explicit]
[inline, virtual]
[virtual]
Build Entities - pass 2 (for internal purpose only).
Implements CsNode.
Type Lookup - pass 3 (for internal purpose only).
Member Lookup - pass 4 (for internal purpose only).
Recusively collect token indexes in source code order.
Collect token indexes associated with this AST node.
Collect entities defined in this AST node.
Collect entity references.
Clear all entity references (for internal purpose only).
Attributes.
Modifiers.
Class name.
Constructor formal parameters.
One of: tkEOF, tkBASE or tkTHIS.
Other constructor call arguments.
Constructor method definition.
Constructor method entity.
Invoked method entity.