Localization.SqlLocalizer.DbStringLocalizer.SqlStringLocalizer.GetAllStrings C# (CSharp) 메소드

GetAllStrings() 공개 메소드

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