C# Class BSPGenerationTools.Patch.InsertLines

Inheritance: Patch
Datei anzeigen Open project: sysprogs/BSPTools

Public Properties

Property Type Description
AfterLine string
InsertedLines 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

AfterLine public_oe property

public string AfterLine
return string

InsertedLines public_oe property

public string[] InsertedLines
return string[]