Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Interface4.cs « TestInterfaceImplementation « Test « mdoc - github.com/mono/api-doc-tools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: af66b89a07e710231840cbd03837c00660d9b20a (plain)
1
2
3
4
5
6
7
8
9
namespace TestInterfaceImplementation
{
    public interface Interface4
    {
        int Method();
        int Method2();
        int Method3();
    }
}