Localization.SqlLocalizer.DbStringLocalizer.SqlStringLocalizer.GetAllStrings C# (CSharp) Method

GetAllStrings() public method

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