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

Inheritance: QuantifiablePattern
Show file Open project: JosefPihrt/LinqToRegex

Public Methods

Method Description
IfAssert ( object testContent, object trueContent, object falseContent ) : System

Private Methods

Method Description
AppendTo ( PatternBuilder builder ) : void

Method Details

IfAssert() public method

public IfAssert ( object testContent, object trueContent, object falseContent ) : System
testContent object
trueContent object
falseContent object
return System