C# Class BSPGenerationTools.Patch.RegexTransform

Inheritance: Patch
Mostra 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_oe property

public int ExpectedCount
return int

RegularExpression public_oe property

public string RegularExpression
return string

ValueFormat public_oe property

public string ValueFormat
return string