LonglslandExhibitionCenter/packages/Microsoft.AspNet.WebApi.Hel.../Content/Areas/HelpPage/ModelDescriptions/IModelDocumentationProvider...

12 lines
263 B
Puppet

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