C# Class Dev2.Util.JsonPathContext.NormalizationSwap

显示文件 Open project: Warewolf-ESB/Warewolf

Public Methods

Method Description
Capture ( Match match ) : string
Yield ( Match match ) : string

Method Details

Capture() public method

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

Yield() public method

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