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

ILNativeTypeMemberFormatter.cs « Formatters « Updater « Mono.Documentation « mdoc - github.com/mono/api-doc-tools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 70795c3b962d780a7b4df45adcfa3a9a59bd4167 (plain)
1
2
3
4
5
6
7
8
9
10
namespace Mono.Documentation.Updater
{
    class ILNativeTypeMemberFormatter : ILFullMemberFormatter
    {
        protected static string _GetBuiltinType (string t)
        {
            return null;
        }
    }
}