The Delegate-ID paragraph indicates that this Identification
Division introduces a delegate definition and specifies the name that
identifies the delegate.
General Format

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
.NET Concepts section of the the Language Fundamentals chapter.