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
* TaskLoggingHelper.cs (LogErrorFromException): Add missing overload.
[mcs.git]
/
tests
/
test-463.cs
blob
af85e78a4e2dacf4927a201dfe1aaa918ed9e77b
1
using
System
.
ComponentModel
;
2
3
public class
PropertySorter
:
ExpandableObjectConverter
{
4
}
5
6
[
TypeConverter
(
typeof
(
PathItemBase
.
TypeConverter
))]
7
class
PathItemBase
{
8
internal class
TypeConverter
:
PropertySorter
{
9
}
10
}
11
12
class
X
{
13
static void
Main
() {}
14
}