C# Class Rosetta.ScriptSharp.Definition.Translation.SyntaxUtility

Utility class for tokens.
显示文件 Open project: andry-tino/Rosetta

Public Methods

Method Description
ToScriptSharpName ( this name ) : string

Outputs the name in the correct ScriptSharp convention: - First letter must be lowercase.

Method Details

ToScriptSharpName() public static method

Outputs the name in the correct ScriptSharp convention: - First letter must be lowercase.
public static ToScriptSharpName ( this name ) : string
name this
return string