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