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
2010-04-13 Sebastien Pouliot <sebastien@ximian.com>
[mono-project.git]
/
mcs
/
tests
/
test-494.cs
blob
f788907b6b22be9cf71e6a5d767312400674c1ab
1
using
System
.
Text
;
2
3
namespace
Agresso
.
Foundation
{
4
public class
Function
5
{
6
static void
Main
() {}
7
}
8
9
public delegate void
Translate
(
Function callback
,
10
ref
StringBuilder result
);
11
}