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
/
cs0526.cs
blob
95525373c58160f84251cac9771f2a8a4b009a99
1
// CS0526: Interfaces cannot contain contructors
2
// Line: 5
3
4
public interface
Interface
{
5
public
Interface
()
6
{
7
}
8
}