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-12-09 Jb Evain <jbevain@novell.com>
[mcs.git]
/
tests
/
gtest-iter-02.cs
blob
58b38894eb834217b8b453aae93d6507be600d34
1
using
System
.
Collections
.
Generic
;
2
3
class
C
4
{
5
private
IEnumerator
<
KeyValuePair
<
string
,
object
>>
Test
()
6
{
7
yield break
;
8
}
9
10
public static void
Main
()
11
{
12
}
13
}