C# 클래스 Dev2.Util.JsonPathContext.NormalizationSwap

파일 보기 프로젝트 열기: Warewolf-ESB/Warewolf

공개 메소드들

메소드 설명
Capture ( Match match ) : string
Yield ( Match match ) : string

메소드 상세

Capture() 공개 메소드

public Capture ( Match match ) : string
match System.Text.RegularExpressions.Match
리턴 string

Yield() 공개 메소드

public Yield ( Match match ) : string
match System.Text.RegularExpressions.Match
리턴 string