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
bring Mono Security to monotouch
[mcs.git]
/
tests
/
test-xml-040.cs
blob
38c3d11f34be2779c5bc26f5d5c14c4ff565f5aa
1
// Compiler options: -doc:xml-040.xml -warnaserror -warn:4
2
using
System
.
Collections
;
3
4
/// <summary><see cref="IDictionary.this[object]" /></summary>
5
public class
Test
{
6
static void
Main
() {
7
}
8
9
/// <summary> test indexer doc </summary>
10
public string this
[
string
name
] {
11
get
{ return null; }
12
}
13
}
14