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
monotouch uses the real HttpWebRequest
[mcs.git]
/
tests
/
gtest-anontype-08.cs
blob
2d265654a47d76cac741f5825773464724d0111b
1
using
System
;
2
3
static class
Test
4
{
5
public static void
Main
()
6
{
7
var
a
=
new
{ X = 1, Y = 2, }
;
8
Console
.
WriteLine
(
a
);
9
}
10
}