repo.or.cz
/
mono-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[cominterop] Default to [in] parameter direction when not specified explicitly.
[mono-project.git]
/
mcs
/
errors
/
cs3014-4.cs
blob
64f2f5cf18a4de38a578fa20ff1fa0e23931a388
1
// CS3014: `D' cannot be marked as CLS-compliant because the assembly is not marked as CLS-compliant
2
// Line: 8
3
// Compiler options: -warnaserror -warn:1
4
5
using
System
;
6
7
[
CLSCompliant
(
true
)]
8
public delegate void
D
();