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-07-20 Jb Evain <jbevain@novell.com>
[mcs.git]
/
errors
/
GCS1685-lib.cs
blob
c195887ef020e8f602d952792fecd2b326e2fead
1
// Compiler options: -noconfig
2
3
namespace
System
.
Runtime
.
CompilerServices
4
{
5
public class
ExtensionAttribute
:
System
.
Attribute
6
{
7
}
8
}