Files
MoonPro.net/packages/Microsoft.AspNet.WebApi.HelpPage.5.2.3/Content/Areas/HelpPage/ModelDescriptions/IModelDocumentationProvider.cs.pp
T
2016-12-23 15:59:04 +01:00

12 lines
263 B
C#

using System;
using System.Reflection;
namespace $rootnamespace$.Areas.HelpPage.ModelDescriptions
{
public interface IModelDocumentationProvider
{
string GetDocumentation(MemberInfo member);
string GetDocumentation(Type type);
}
}