C# Class Zen.RenameProject.FindAndReplaceAction

Inheritance: ActionBase
Mostrar archivo Open project: holinov/Zen.Core

Public Methods

Method Description
Action ( ) : void
FindAndReplaceAction ( string path, string @from, string to, string>.Func rep = null ) : System
ToString ( ) : string

Method Details

Action() public method

public Action ( ) : void
return void

FindAndReplaceAction() public method

public FindAndReplaceAction ( string path, string @from, string to, string>.Func rep = null ) : System
path string
@from string
to string
rep string>.Func
return System

ToString() public method

public ToString ( ) : string
return string