C# 클래스 CSharpMinifier.Substitutor

파일 보기 프로젝트 열기: KvanTTT/CSharp-Minifier 1 사용 예제들

공개 메소드들

메소드 설명
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