コード例 #1
0
 /// <summary>
 ///     Determines if the given string is a valid identifier, and if not to surround it with quotes.
 /// </summary>
 /// <param name="value"></param>
 /// <returns></returns>
 private static string StringOrName(string value)
 {
     return(GenUtilities.StringOrName(value));
 }