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
2007-03-09 Chris Toshok <toshok@ximian.com>
[mcs.git]
/
errors
/
cs3003-2.cs
blob
377cb7d8a7595f49e9e2ba01b54a7de9f7db5a27
1
// cs3003-2.cs: Type of `CLSClass.Index' is not CLS-compliant
2
// Line: 10
3
4
using
System
;
5
[
assembly
:
CLSCompliant
(
true
)]
6
7
public class
CLSClass
{
8
public ulong
Index
{
9
set
10
{
11
}
12
}
13
}