mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-12 12:06:58 +00:00
docs: reword XML comments for IHasFeedback Interface
This commit is contained in:
parent
5921b5dbb0
commit
278408a3bc
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ namespace PepperDash.Essentials.Core
|
||||||
public interface IHasFeedback : IKeyed
|
public interface IHasFeedback : IKeyed
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// This method shall return a list of all Output objects on a device,
|
/// This method returns a list of all Output objects on a device,
|
||||||
/// including all "aggregate" devices.
|
/// including all "aggregate" devices.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
FeedbackCollection<Feedback> Feedbacks { get; }
|
FeedbackCollection<Feedback> Feedbacks { get; }
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue