どのように?
以下は機能しませんでした:
delegate MyDelegate;
ref class MyDelegate;
delegate void MyDelegate;
宣言には次のように機能します。
public delegate void MyDelegate(Object ^sender, MyArgs ^args);
しかし、それを前方宣言として使用すると、
error C3756: 'MyNameSpace::MyDelegate': delegate definition conflicts with an existing symbol