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-09-02 Jb Evain <jbevain@novell.com>
[mcs.git]
/
errors
/
cs0582.cs
blob
87bd1641ca11e53eebc7ddc19c3a8248aaa22ef4
1
// cs0582.cs: Conditional not valid on interface members
2
// Line: 5
3
4
interface
Interface
{
5
[
System
.
Diagnostics
.
ConditionalAttribute
(
"DEBUG"
)]
6
void
Method
();
7
}
8