w32file-unix.c: In function 'mono_w32file_get_file_size':
[mono-project.git] / mcs / errors / cs0702-3.cs
blob3bba71586f184e0a9249613a1e7e64436076dc81
1 // CS0702: A constraint cannot be special class `System.MulticastDelegate'
2 // Line: 6
4 using System;
6 class C<T> where T : MulticastDelegate