C# Класс Rosetta.ScriptSharp.Definition.Translation.SyntaxUtility

Utility class for tokens.
Показать файл Открыть проект

Открытые методы

Метод Описание
ToScriptSharpName ( this name ) : string

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

Описание методов

ToScriptSharpName() публичный статический Метод

Outputs the name in the correct ScriptSharp convention: - First letter must be lowercase.
public static ToScriptSharpName ( this name ) : string
name this
Результат string