You've already forked linux-packaging-mono
acceptance-tests
data
debian
docs
external
Newtonsoft.Json
api-doc-tools
external
mdoc
Mono.Documentation
Mono.Rocks
Resources
Test
AttachedEventsAndProperties
TestInterfaceImplementation
Properties
Class1.cs
Class2.cs
Class2_1.cs
Class3.cs
Class4.cs
Class5.cs
Class6.cs
IScorable.cs
Interface1.cs
Interface2.cs
Interface3.cs
Interface3_1.cs
Interface4.cs
Interface5.cs
Interface6.cs
Interface7.cs
ScorableBase.cs
TestInterfaceImplementation.csproj
en.expected
en.expected-addNonGeneric
en.expected-attached-entities
en.expected-cppcli
en.expected-cppcx
en.expected-cppcx2
en.expected-cppwinrt
en.expected-cppwinrt2
en.expected-docid
en.expected-dropns-classic-v0
en.expected-dropns-classic-v1
en.expected-dropns-classic-withsecondary
en.expected-dropns-delete
en.expected-dropns-multi
en.expected-dropns-multi-withexisting
en.expected-eii-implementation
en.expected-eii-implementation-ecmadoc
en.expected-eii-implementation-slashdoc
en.expected-embedded-type
en.expected-enumerations
en.expected-frameworkalternate
en.expected-frameworkalternate-aligned
en.expected-frameworks
en.expected-frameworks-inheritance
en.expected-fsharp
en.expected-fx-import
en.expected-internal-interface
en.expected-javascript
en.expected-membergroup
en.expected-operators
en.expected-vbnet
en.expected-vbnet2
en.expected.delete
en.expected.importecmadoc
en.expected.importslashdoc
en.expected.members-implementation
en.expected.since
en.expected.typeForwards
ex.expected-cppwinrtuwp
html.expected
html.expected-with-array-extension
test-generic-ignored-namespace
test-multiple-mdoc
test-nuget-information
test-overwrite-attribute
.gitattributes
CLILibraryTypes.dtd
ClassEnumerator.vb
ClassEnumeratorECMA.xml
ClassEnumeratorSlashDoc.xml
DocTest-DropNS-classic-secondary.cs
DocTest-DropNS-classic-secondary.xml
DocTest-DropNS-classic.cs
DocTest-DropNS-unified.cs
DocTest-InternalInterface.cs
DocTest-addNonGeneric.cs
DocTest-embedded-type.cs
DocTest-enumerations.cs
DocTest-framework-inheritance.cs
DocTest-frameworkalternate.cs
DocTest-typeForwards.cs
DocTest-v1.cs
DocTest-v2.patch
TestEcmaDocs.xml.REMOVED.git-id
UwpTestWinRtComponentCpp.winmd
expected_fx_remove_statistics.txt
expected_remove_statistics.txt
expected_statistics.txt
frameworks.xml
fx-import-configuration.xml
fx-statistics-remove-configuration.xml
msxdoc-expected.importslashdoc.xml
validate.check.monodocer
validate.check.monodocer.importslashdoc
validate.check.monodocer.since
mdoc.Test
.gitignore
Consts.cs
GlobalSuppressions.cs
Makefile
Options.cs
mdoc.csproj
mdoc.nuspec
packages.config
mdoc.Test.Cplusplus
monodoc
tools
.gitignore
.gitmodules
CONTRIBUTING.md
LICENSE.md
Makefile
README.md
apidoctools.sln
api-snapshot
aspnetwebstack
bdwgc
binary-reference-assemblies
bockbuild
boringssl
cecil
cecil-legacy
corefx
corert
helix-binaries
ikdasm
ikvm
illinker-test-assets
linker
llvm-project
nuget-buildtasks
nunit-lite
roslyn-binaries
rx
xunit-binaries
how-to-bump-roslyn-binaries.md
ikvm-native
llvm
m4
man
mcs
mk
mono
msvc
netcore
po
runtime
samples
scripts
support
tools
COPYING.LIB
LICENSE
Makefile.am
Makefile.in
NEWS
README.md
acinclude.m4
aclocal.m4
autogen.sh
code_of_conduct.md
compile
config.guess
config.h.in
config.rpath
config.sub
configure.REMOVED.git-id
configure.ac.REMOVED.git-id
depcomp
install-sh
ltmain.sh.REMOVED.git-id
missing
mkinstalldirs
mono-uninstalled.pc.in
test-driver
winconfig.h
32 lines
675 B
C#
32 lines
675 B
C#
namespace TestInterfaceImplementation
|
|
{
|
|
public class Class6<F> : Interface7<F>
|
|
{
|
|
public int Method1<PPP>(F t, PPP p)
|
|
{
|
|
throw new System.NotImplementedException();
|
|
}
|
|
|
|
public int Method2(F t)
|
|
{
|
|
throw new System.NotImplementedException();
|
|
}
|
|
|
|
public int Method2<F>(F t)
|
|
{
|
|
throw new System.NotImplementedException();
|
|
}
|
|
|
|
public int Method3(F t)
|
|
{
|
|
throw new System.NotImplementedException();
|
|
}
|
|
|
|
public int Method4()
|
|
{
|
|
throw new System.NotImplementedException();
|
|
}
|
|
|
|
~Class6() { }
|
|
}
|
|
} |