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
[System.Runtime.InteropServices.RuntimeInformation] Updated to reference copied files...
[mono-project.git]
/
mono
/
tests
/
bug-36848-a.cs
blob
5af43549622148008d9909e963eea7c7d003e1ec
1
using
System
;
2
3
namespace
Application
4
{
5
public interface
IMyInterface
6
{
7
void
Run
();
8
#if WITH_STOP
9
void
Stop
();
10
#endif
11
}
12
}