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-05-13 Rodrigo Kumpera <rkumpera@novell.com>
[mono-project.git]
/
mcs
/
tests
/
test-xml-015.cs
blob
9374b765bcf6fe7265386ba4ed51366d8cc2f8be
1
// Compiler options: -doc:xml-015.xml
2
using
System
;
3
4
namespace
Testing
5
{
6
public class
Test
7
{
8
public static void
Main
()
9
{
10
}
11
12
private string
PrivateProperty
{
13
get
{ return null; }
14
/// <summary>
15
/// comment for private property setter - no effect
16
/// </summary>
17
set
{ }
18
}
19
20
}
21
}
22