Document invariant

see df4aa7974
This commit is contained in:
James Groom 2024-02-24 05:15:31 +10:00 committed by GitHub
parent df4aa7974b
commit 4df850973f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@ namespace BizHawk.Client.Common
/// </summary>
public class Bk2InputDisplayGenerator : IInputDisplayGenerator
{
/// <remarks>either <c>Range</c> or <c>Mnemonic</c> is always non-null</remarks>
private readonly IReadOnlyList<(string Name, AxisSpec? Range, char? Mnemonic)> _cachedInputSpecs;
private readonly IController _source;