C# 클래스 Rsdn.LocUtil.Helper.HelperGenerator

Генератор хелперов для работы с ресурсами.
파일 보기 프로젝트 열기: rsdn/janus

공개 메소드들

메소드 설명
Generate ( RootCategory cat, string ns, bool isInternal ) : CodeCompileUnit

Генерировать хелпер.

비공개 메소드들

메소드 설명
GenerateCategory ( IList memberList, Category cat, string rmType, bool isInternal ) : void

메소드 상세

Generate() 공개 정적인 메소드

Генерировать хелпер.
public static Generate ( RootCategory cat, string ns, bool isInternal ) : CodeCompileUnit
cat Rsdn.LocUtil.Model.RootCategory
ns string
isInternal bool
리턴 System.CodeDom.CodeCompileUnit