AtomicNet.StaticFileHandler.VirtualFileAssembler.AddPreContentsIfTheyExist C# (CSharp) Method

AddPreContentsIfTheyExist() private method

private AddPreContentsIfTheyExist ( string byParent, string fromPath ) : void
byParent string
fromPath string
return void
            private void AddPreContentsIfTheyExist(string byParent, string fromPath)
            {
                this.AddStaticFileContentIfItExists(byParent, fromPath: VirtualPath.Combine('/', fromPath, this.FileExtension + ".pre"));
            }