net_4_0 change
[mcs.git] / errors / cs1574-9.cs
blobcb90b5e353295bd2aebd4c85a13e9d5686e8fccc
1 // cs1574-8.cs : XML comment on `Foo' has cref attribute `Dispatch()' that could not be resolved
2 // Line: 8
3 // Compiler options: -doc:dummy.xml -warnaserror
5 /// I am delegate, without parens
6 public delegate void Dispatch ();
8 /// <see cref="Dispatch()" />
9 public class Foo