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
/
cs0751.cs
blob
40e6eb54ab382a3846aeeaaad0f04accda5ee8f8
1
// CS0751: A partial method must be declared within a partial class or partial struct
2
// Line: 7
3
4
5
public class
C
6
{
7
partial void
Foo
()
8
{
9
}
10
}