Files() публичный Метод

public Files ( ) : Bundle
Результат Bundle
Пример #1
0
        public static Bundle FromFiles(IEnumerable<string> relativePaths)
        {
            relativePaths.ThrowIfNull("relativePaths");

            var bundle = new Bundle();

            return bundle.Files(relativePaths);
        }
Пример #2
0
        public static Bundle FromFiles(IEnumerable <string> relativePaths)
        {
            relativePaths.ThrowIfNull("relativePaths");

            var bundle = new Bundle();

            return(bundle.Files(relativePaths));
        }