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
/
cs3001-7.cs
blob
8f5abf9c90161f3e60719a122865a91133ff9948
1
// cs3001-7.cs: Argument type `ulong' is not CLS-compliant
2
// Line: 8
3
4
using
System
;
5
[
assembly
:
CLSCompliant
(
true
)]
6
7
public interface
I
{
8
long this
[
ulong
indexA
]
{ set; }
9
}