add tiny comment to HawkFile.Name

This commit is contained in:
zeromus 2017-04-17 22:41:58 -05:00
parent 0338263e4e
commit 42ab6b5df4
1 changed files with 2 additions and 1 deletions

View File

@ -81,7 +81,8 @@ namespace BizHawk.Common
public string CanonicalName => MakeCanonicalName(Path.GetFileName(_rootPath), _memberPath);
/// <summary>
/// returns the virtual name of the bound file (disregarding the archive)
/// returns the virtual name of the bound file (disregarding the archive).
/// Useful as a basic content identifier.
/// </summary>
public string Name => GetBoundNameFromCanonical(MakeCanonicalName(_rootPath, _memberPath));