More doc comments

\n\nCommit migrated from d3cad4c787
This commit is contained in:
Ryan Brandenburg 2019-06-27 16:57:47 -07:00
parent bd0623bf72
commit 109d388e5e
1 changed files with 1 additions and 1 deletions

View File

@ -177,7 +177,7 @@ namespace Microsoft.Extensions.Localization
/// <summary>
/// Returns all strings in the specified culture.
/// </summary>
/// <param name="includeParentCultures"></param>
/// <param name="includeParentCultures">Whether to include parent cultures in the search for a resource.</param>
/// <param name="culture">The <see cref="CultureInfo"/> to get strings for.</param>
/// <returns>The strings.</returns>
protected IEnumerable<LocalizedString> GetAllStrings(bool includeParentCultures, CultureInfo culture)