Localization.SqlLocalizer.DbStringLocalizer.SqlStringLocalizer.GetAllStrings C# (CSharp) Méthode

GetAllStrings() public méthode

public GetAllStrings ( bool includeParentCultures ) : IEnumerable
includeParentCultures bool
Résultat IEnumerable
        public IEnumerable<LocalizedString> GetAllStrings(bool includeParentCultures)
        {
            throw new NotImplementedException();
        }