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
/
cs0234.cs
blob
a4ebec291b29a365922da74047642bad13044eb5
1
// CS0234: The type or namespace name `Linq' does not exist in the namespace `System'. Are you missing `System.Core' assembly reference?
2
// Line: 5
3
// Compiler options: -noconfig
4
5
using
System
.
Linq
;
6
7
class
C
8
{
9
public static void
Main
()
10
{
11
}
12
}