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
Make StringComparer.Create throw ArgumentNullException (#26570)
[mono-project.git]
/
mcs
/
errors
/
cs0591-5.cs
blob
964dca945c43052a6e337a34646acd9664e7b120
1
// CS0591: Invalid value for argument to `System.Runtime.CompilerServices.MethodImplAttribute' attribute
2
// Line: 8
3
4
using
System
.
Runtime
.
CompilerServices
;
5
6
class
Test
7
{
8
[
MethodImplAttribute
(
445
)]
9
public void
test
()
10
{
11
}
12
}