コード例 #1
0
ファイル: ScaffolderModel.cs プロジェクト: waodng/VSIX
 public string GetErrorIfInvalidIdentifier(string text)
 {
     return(ValidationUtil.GetErrorIfInvalidIdentifier(text, ActiveProject.GetCodeLanguage()));
 }