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

SomeDelegate.cs « SampleClasses « mdoc.Test « mdoc - github.com/mono/api-doc-tools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 7c5b6cb2ef5b0144baf9e9f3127defd22b4806a6 (plain)
1
2
3
4
namespace mdoc.Test.SampleClasses
{
    public delegate void SomeDelegate(string str);
}