CSharpMinifier.Substitutor.Substitutor C# (CSharp) Method

Substitutor() public method

public Substitutor ( NamesGenerator generator ) : System
generator NamesGenerator
return System
        public Substitutor(NamesGenerator generator)
        {
            Generator = generator;
        }