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
[corlib] Fix a few NSLogWriter issues. (#13799)
[mono-project.git]
/
mcs
/
tests
/
gtest-591-lib.cs
blob
6f43ae797a0d637dfc0113e86638ccc05c52d467
1
// Compiler options: -target:library
2
3
using
System
;
4
5
namespace
A
6
{
7
public class
B
<
T
>
8
{
9
public abstract class
C
:
System
.
IEquatable
<
C
>
10
{
11
public abstract bool
Equals
(
C other
);
12
}
13
}
14
}