示例#1
0
文件: String.cs 项目: robterrell/JSIL
 public bool Equals(StringProxy rhs)
 {
     throw new InvalidOperationException();
 }
示例#2
0
 public bool Equals(StringProxy rhs)
 {
     throw new InvalidOperationException();
 }