Files() public méthode

public Files ( ) : Bundle
Résultat Bundle
Exemple #1
0
        public static Bundle FromFiles(IEnumerable<string> relativePaths)
        {
            relativePaths.ThrowIfNull("relativePaths");

            var bundle = new Bundle();

            return bundle.Files(relativePaths);
        }
Exemple #2
0
        public static Bundle FromFiles(IEnumerable <string> relativePaths)
        {
            relativePaths.ThrowIfNull("relativePaths");

            var bundle = new Bundle();

            return(bundle.Files(relativePaths));
        }