C# 클래스 RoslynTool.CodeTransform

파일 보기 프로젝트 열기: GHScan/DailyProjects

공개 메소드들

메소드 설명
ReplaceStringLiteralsWithVariables ( string text, IEnumerable macros, Func onReplace ) : string
ReplaceStringLiteralsWithVariables ( string text, IEnumerable macros, Func onReplace ) : string

메소드 상세

ReplaceStringLiteralsWithVariables() 공개 정적인 메소드

public static ReplaceStringLiteralsWithVariables ( string text, IEnumerable macros, Func onReplace ) : string
text string
macros IEnumerable
onReplace Func
리턴 string

ReplaceStringLiteralsWithVariables() 공개 정적인 메소드

public static ReplaceStringLiteralsWithVariables ( string text, IEnumerable macros, Func onReplace ) : string
text string
macros IEnumerable
onReplace Func
리턴 string