C# Class BSPGenerationTools.Patch.RegexTransform

Inheritance: Patch
Show file Open project: sysprogs/BSPTools

Public Properties

Property Type Description
ExpectedCount int
RegularExpression string
ValueFormat string

Public Methods

Method Description
Apply ( List lines ) : void

Method Details

Apply() public method

public Apply ( List lines ) : void
lines List
return void

Property Details

ExpectedCount public property

public int ExpectedCount
return int

RegularExpression public property

public string RegularExpression
return string

ValueFormat public property

public string ValueFormat
return string