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-06-21 Atsushi Enomoto <atsushi@ximian.com>
[mcs.git]
/
errors
/
cs0596.cs
blob
edbaed9e38eba57093c25534a48d5bf5c84a6c3a
1
// cs0596.cs: The Guid attribute must be specified with the ComImport attribute
2
// Line: 4
3
4
[
System
.
Runtime
.
InteropServices
.
ComImportAttribute
]
5
class
C
6
{
7
}