SimpleBundler.CssPack.Add C# (CSharp) 메소드

Add() 공개 메소드

public Add ( string file ) : void
file string
리턴 void
        public void Add(string file)
        {
            _files.Add(file);
        }