mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-08-31 19:08:29 +00:00
refactor: update documentation comments in IHasCresnetBranches interface
This commit is contained in:
parent
0d4fd7773e
commit
e9812f7858
1 changed files with 4 additions and 10 deletions
|
|
@ -9,18 +9,12 @@ using Crestron.SimplSharpPro.DeviceSupport;
|
||||||
namespace PepperDash.Essentials.Core;
|
namespace PepperDash.Essentials.Core;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Defines the contract for a class that has Cresnet branches
|
/// Defines the contract for IHasCresnetBranches
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public interface IHasCresnetBranches
|
public interface IHasCresnetBranches
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Defines the contract for IHasCresnetBranches
|
/// Collection of Cresnet branches
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public interface IHasCresnetBranches
|
CrestronCollection<CresnetBranch> CresnetBranches { get; }
|
||||||
{
|
|
||||||
/// <summary>
|
|
||||||
/// Collection of Cresnet branches
|
|
||||||
/// </summary>
|
|
||||||
CrestronCollection<CresnetBranch> CresnetBranches { get; }
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue