List of all members.
EBNF grammar:
delegate-declaration: (attributes)? (delegate-modifiers)? "delegate" type identifier (type-parameter-list)? "(" (formal-parameter-list)? ")" (type-parameter-constraints-clauses)? ";"
delegate-modifiers: (delegate-modifier)+
delegate-modifier: "new" "public" "protected" "internal" "private"
[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).
Reimplemented from CsScopeNode.
Attributes.
Modifiers.
Delegate type.
Delegate name.
Type parameter list.
Delegate parameters.
Type parameter constraints clause.
Constructor method entity.
Invoke method entity.
BeginInvoke method entity.
EndInvoke method entity.