C# Class BSPGenerationTools.Patch.ReplaceLine

Inheritance: Patch
显示文件 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_oe property

public string NewLine
return string

OldLine public_oe property

public string OldLine
return string