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

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