C# Class Simple.Generator.Misc.CSharpInterfaceReplacer

Show file Open project: juanplopes/simple Class Usage Examples

Public Methods

Method Description
ReplaceHide ( string content, string fromName, string toName ) : string
ReplaceShow ( string content, string fromName ) : string

Method Details

ReplaceHide() public method

public ReplaceHide ( string content, string fromName, string toName ) : string
content string
fromName string
toName string
return string

ReplaceShow() public method

public ReplaceShow ( string content, string fromName ) : string
content string
fromName string
return string