add-some-xml-documentation

This commit is contained in:
Mark Monteiro
2020-02-10 10:26:28 +01:00
parent 77428d338d
commit a381eb884c
3 changed files with 36 additions and 2 deletions

View File

@@ -5,6 +5,9 @@ using System;
namespace MediaBrowser.Model.Services
{
/// <summary>
/// Identifies a single API endpoint.
/// </summary>
[AttributeUsage(AttributeTargets.Property, AllowMultiple = true, Inherited = true)]
public class ApiMemberAttribute : Attribute
{