List of all members.
EBNF grammar:
fixed-parameter: (attributes)? (parameter-modifier)? type identifier
parameter-modifier: "ref" "out"
[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.
Modifier (one of: none (tkEOF), ref (tkREF), out (tkOUT), params (tkPARAMS), __arglist (tkARGLIST)).
Parameter Type.
Parameter name.
Formal parameter entity.