C# 클래스 CSharpMinifier.NamesGenerator

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

공개 프로퍼티들

프로퍼티 타입 설명
CSharpKeywords string[]
CSharpTypeSynonyms string>.Dictionary

공개 메소드들

메소드 설명
NamesGenerator ( ) : System
Next ( ) : string
Reset ( ) : void

메소드 상세

NamesGenerator() 공개 메소드

public NamesGenerator ( ) : System
리턴 System

Next() 공개 추상적인 메소드

public abstract Next ( ) : string
리턴 string

Reset() 공개 메소드

public Reset ( ) : void
리턴 void

프로퍼티 상세

CSharpKeywords 공개적으로 정적으로 프로퍼티

public static string[] CSharpKeywords
리턴 string[]

CSharpTypeSynonyms 공개적으로 정적으로 프로퍼티

public static Dictionary CSharpTypeSynonyms
리턴 string>.Dictionary