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
use a 2.0 network stack for MONOTOUCH
[mcs.git]
/
errors
/
cs0657-14.cs
blob
1a8605d7a4c0b091ab9d5eacb0434be68c10ce54
1
// cs0657-14.cs: `param' is not a valid attribute location for this declaration. Valid attribute locations for this declaration are `event, field, method'
2
// Line : 8
3
4
using
System
;
5
6
struct
S
7
{
8
[
param
:
Obsolete
]
9
event
ResolveEventHandler field
;
10
}