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