repo.or.cz
/
mcs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
2009-07-16 Jb Evain <jbevain@novell.com>
[mcs.git]
/
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
}