C# Class SimpleFramework.Xml.Util.Replace

Inheritance: LineStripper
Mostrar archivo Open project: ngallagher/simplexml

Public Methods

Method Description
GetFile ( File file ) : String
Main ( String list ) : void
Save ( File file, String text ) : void

Private Methods

Method Description
toString ( ) : System.Collections.Generic

Method Details

GetFile() public method

public GetFile ( File file ) : String
file File
return String

Main() public method

public Main ( String list ) : void
list String
return void

Save() public method

public Save ( File file, String text ) : void
file File
text String
return void