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
2010-04-15 Jb Evain <jbevain@novell.com>
[mcs.git]
/
errors
/
cs0182-6.cs
blob
b203609479cadbd638f1ff1a0e53736fd87669cb
1
// CS0182: An attribute argument must be a constant expression, typeof expression or array creation expression
2
// Line: 6
3
4
using
System
.
Reflection
;
5
6
[
assembly
:
AssemblyKeyFile
(
string
.
Empty
)]