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-06-05 Jb Evain <jbevain@novell.com>
[mcs.git]
/
errors
/
CS3005-16-lib.cs
blob
ae55419fd88315b140804e2d9cbb460a2a03b05f
1
using
System
;
2
[
assembly
:
CLSCompliantAttribute
(
true
)]
3
4
public class
CLSClass_A
{
5
[
CLSCompliantAttribute
(
true
)]
6
virtual public bool
Universal
{
7
get
{
8
return false
;
9
}
10
}
11
}