C# Class BSPGenerationTools.Patch.ReplaceLine

Inheritance: Patch
Show file Open project: sysprogs/BSPTools

Public Properties

Property Type Description
NewLine string
OldLine 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

NewLine public property

public string NewLine
return string

OldLine public property

public string OldLine
return string