Files
C4IT-F4SD-Collector/F4SDwebService/packages/Microsoft.AspNet.WebApi.HelpPage.5.2.7/Content/Areas/HelpPage/ModelDescriptions/IModelDocumentationProvider.cs.pp
2025-11-11 11:12:05 +01:00

12 lines
274 B
C#

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