Add note and rename method for clarity

This commit is contained in:
Matt Nadareski
2025-01-08 11:44:40 -05:00
parent 573601a485
commit 1e44d9ede6
3 changed files with 5 additions and 3 deletions

View File

@@ -400,7 +400,7 @@ namespace SabreTools.DatItems
/// <param name="lower">True if the key should be lowercased (default), false otherwise</param>
/// <param name="norename">True if games should only be compared on game and file name, false if system and source are counted</param>
/// <returns>String representing the key to be used for the DatItem</returns>
public virtual string GetKey(ItemKey bucketedBy, Source? source, bool lower = true, bool norename = true)
public virtual string GetKeyDB(ItemKey bucketedBy, Source? source, bool lower = true, bool norename = true)
{
// Set the output key as the default blank string
string key = string.Empty;