C# Class ErlangEditor.Template.Templates.ErlangCode

Inheritance: ErlangCodeBase
显示文件 Open project: xdusongwei/ErlangEditor

Public Methods

Method Description
ErlangCode ( ) : System
ErlangCode ( string aModuleName ) : System
TransformText ( ) : string

Create the template output

Method Details

ErlangCode() public method

public ErlangCode ( ) : System
return System

ErlangCode() public method

public ErlangCode ( string aModuleName ) : System
aModuleName string
return System

TransformText() public method

Create the template output
public TransformText ( ) : string
return string