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
Make StringComparer.Create throw ArgumentNullException (#26570)
[mono-project.git]
/
mcs
/
tests
/
gtest-autoproperty-21-lib.cs
blob
15e9fa97b4f4fd8939b3ae4c5333c09b7a29d50d
1
// Compiler options: -t:library
2
3
public abstract class
Base
4
{
5
public abstract string
Value { get; }
6
}