The Delegate-ID paragraph indicates that this Identification Division introduces a delegate definition and specifies the name that identifies the delegate.
Note: This functionality is not supported in COBOL for JVM.
General Format
Syntax Rules
- Attribute-clause is defined in the topic on the
Attribute,
Custom-Attribute Clause.
General Rules
- A delegate is the .NET equivalent of a function pointer, however, a delegate has a well-defined signature.
- For a discussion of delegates, see the Delegates section in the
Managed Code Concepts section of the Language Fundamentals chapter.