mirror of
https://github.com/DarthAffe/RGB.NET.git
synced 2025-12-13 10:08:31 +00:00
Improved docs
This commit is contained in:
parent
924b121f64
commit
cdae699c8d
@ -13,7 +13,6 @@ namespace RGB.NET.Core
|
|||||||
/// <inheritdoc cref="IDisposable" />
|
/// <inheritdoc cref="IDisposable" />
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Represents a RGB-surface containing multiple devices.
|
/// Represents a RGB-surface containing multiple devices.
|
||||||
/// Represents a RGB-surface containing multiple devices.
|
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public sealed class RGBSurface : AbstractBindable, IDisposable
|
public sealed class RGBSurface : AbstractBindable, IDisposable
|
||||||
{
|
{
|
||||||
@ -27,11 +26,13 @@ namespace RGB.NET.Core
|
|||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Gets a readonly list containing all loaded <see cref="IRGBDevice"/>.
|
/// Gets a readonly list containing all loaded <see cref="IRGBDevice"/>.
|
||||||
|
/// This collection should be locked when enumerated in a multi-threaded application.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public IReadOnlyList<IRGBDevice> Devices { get; }
|
public IReadOnlyList<IRGBDevice> Devices { get; }
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Gets a readonly list containing all registered <see cref="IUpdateTrigger"/>.
|
/// Gets a readonly list containing all registered <see cref="IUpdateTrigger"/>.
|
||||||
|
/// This collection should be locked when enumerated in a multi-threaded application.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public IReadOnlyList<IUpdateTrigger> UpdateTriggers { get; }
|
public IReadOnlyList<IUpdateTrigger> UpdateTriggers { get; }
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user