C# Class Pihrtsoft.Text.RegularExpressions.Linq.SurroundContainer

Inheritance: Pattern
Show file Open project: JosefPihrt/LinqToRegex

Public Methods

Method Description
SurroundContainer ( object contentBefore, object content, object contentAfter ) : System

Private Methods

Method Description
AppendTo ( PatternBuilder builder ) : void

Method Details

SurroundContainer() public method

public SurroundContainer ( object contentBefore, object content, object contentAfter ) : System
contentBefore object
content object
contentAfter object
return System