Exemple #1
0
 public static int GetLength(RubySymbol /*!*/ self)
 {
     return((self.Encoding.IsKCoding) ? self.GetByteCount() : self.GetCharCount());
 }
 public static int GetLength(RubySymbol /*!*/ self)
 {
     return(self.GetCharCount());
 }