C# 클래스 Zen.RenameProject.FindAndReplaceAction

상속: ActionBase
파일 보기 프로젝트 열기: holinov/Zen.Core

공개 메소드들

메소드 설명
Action ( ) : void
FindAndReplaceAction ( string path, string @from, string to, string>.Func rep = null ) : System
ToString ( ) : string

메소드 상세

Action() 공개 메소드

public Action ( ) : void
리턴 void

FindAndReplaceAction() 공개 메소드

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

ToString() 공개 메소드

public ToString ( ) : string
리턴 string