Example #1
0
 public static string Intern(java.lang.String str)
 {
     ThrowHelper.ThrowIfNull(str);
     return(str.intern());
 }