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

Utility class for tokens.
Afficher le fichier Open project: andry-tino/Rosetta

Méthodes publiques

Méthode Description
ToScriptSharpName ( this name ) : string

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

Method Details

ToScriptSharpName() public static méthode

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