C# Delegates

Hi

Has some one figured out how to egineer and reverse engineer delegates
in C#. Or is it not supported!?

For instance the following line doesn’t show up in the class diagram I try to generate.

public delegate void Start();