Redouble.AspNet.Webpack.Test.WebpackServiceMock.IsWebpackFile C# (CSharp) Method

IsWebpackFile() public method

public IsWebpackFile ( string filename ) : bool
filename string
return bool
        public bool IsWebpackFile(string filename)
        {
            return _files.ContainsKey(filename);
        }
    }