mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-02-12 03:05:01 +00:00
wip: update XML comments
This commit is contained in:
@@ -8,8 +8,15 @@ namespace PepperDash.Essentials.Core
|
||||
/// </summary>
|
||||
public interface IDspPresets
|
||||
{
|
||||
/// <summary>
|
||||
/// Gets the Presets
|
||||
/// </summary>
|
||||
Dictionary<string, IKeyName> Presets { get; }
|
||||
|
||||
/// <summary>
|
||||
/// Recalls the preset by key
|
||||
/// </summary>
|
||||
/// <param name="key">key of preset to recall</param>
|
||||
void RecallPreset(string key);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user