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
[loader] LoadFrom of problematic images should reprobe
[mono-project.git]
/
mcs
/
errors
/
cs0501-2.cs
blob
b8726ae56dd9f6f079858009c82d49addea16bee
1
// CS0501: `Test.this[string].get' must have a body because it is not marked abstract, extern, or partial
2
// Line: 6
3
4
public abstract class
Test
5
{
6
public string this
[
string
key
]
{ get; set; }
7
}