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
/
tests
/
gtest-341-lib.cs
blob
cccb99937eb6247aeb9826564fcc46a8572b0729
1
// Compiler options: -target:library
2
3
using
System
;
4
using
System
.
Runtime
.
CompilerServices
;
5
6
public interface
IA
{
7
[
SpecialName
]
8
int
GetLength
();
9
}