コード例 #1
0
 public bool ContainsVariableSymbol(string text)
 {
     return(LanguageHelper.ContainsVariableSymbols(text));
 }