repo.or.cz
/
mono-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
w32file-unix.c: In function 'mono_w32file_get_file_size':
[mono-project.git]
/
mcs
/
errors
/
cs0082-4.cs
blob
42c1cc38866a68b93be533f5c467c89e8ae856c8
1
// CS0082: A member `I.set_Item(int[], params int[])' is already reserved
2
// Line : 7
3
4
interface
I
5
{
6
void
set_Item
(
int
[]
a
,
params int
[]
b
);
7
int
[]
this
[
params int
[]
ii
]
{ get; }
8
}