Add missing xmldoc

This commit is contained in:
Dean Herbert 2018-07-05 20:16:55 +09:00
parent 4f894969df
commit 8f04acc506
1 changed files with 3 additions and 0 deletions

View File

@ -34,6 +34,9 @@ public class SampleInfo
/// </summary>
public int Volume;
/// <summary>
/// Retrieve all possible filenames that can be used as a source, returned in order of preference (highest first).
/// </summary>
public virtual IEnumerable<string> LookupNames
{
get