C# Класс CSharpMinifier.Substitutor

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Generate ( Dictionary idNameNodes, IEnumerable excludedNames ) : Dictionary>
Generate ( List idNameNodes, IEnumerable excludedNames ) : string>.Dictionary
Substitutor ( NamesGenerator generator ) : System

Описание методов

Generate() публичный Метод

public Generate ( Dictionary idNameNodes, IEnumerable excludedNames ) : Dictionary>
idNameNodes Dictionary
excludedNames IEnumerable
Результат Dictionary>

Generate() публичный Метод

public Generate ( List idNameNodes, IEnumerable excludedNames ) : string>.Dictionary
idNameNodes List
excludedNames IEnumerable
Результат string>.Dictionary

Substitutor() публичный Метод

public Substitutor ( NamesGenerator generator ) : System
generator NamesGenerator
Результат System