C# 클래스 Rosetta.ScriptSharp.Definition.Translation.SyntaxUtility

Utility class for tokens.
파일 보기 프로젝트 열기: andry-tino/Rosetta

공개 메소드들

메소드 설명
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