C# 클래스 UnderscoreBundler.StringExtensions

파일 보기 프로젝트 열기: chaliy/aspnet-underscore-bundler

공개 메소드들

메소드 설명
Replace ( this @this, Regex match, Func evaluator ) : string
Replace ( this @this, Regex match, string>.Func evaluator ) : string

메소드 상세

Replace() 공개 정적인 메소드

public static Replace ( this @this, Regex match, Func evaluator ) : string
@this this
match System.Text.RegularExpressions.Regex
evaluator Func
리턴 string

Replace() 공개 정적인 메소드

public static Replace ( this @this, Regex match, string>.Func evaluator ) : string
@this this
match System.Text.RegularExpressions.Regex
evaluator string>.Func
리턴 string