Esempio n. 1
0
 public TCollection_HAsciiString(TCollection_HExtendedString aString, char replaceNonAscii)
     : base()
 {
     throw new NotImplementedException();
 }
 public bool IsGreater(TCollection_HExtendedString other)
 {
     throw new NotImplementedException();
 }
 public void Insert(int where, TCollection_HExtendedString what)
 {
     throw new NotImplementedException();
 }
 public TCollection_HExtendedString Cat(TCollection_HExtendedString other)
 {
     throw new NotImplementedException();
 }
 public TCollection_HExtendedString(TCollection_HExtendedString aString)
     : base()
 {
     throw new NotImplementedException();
 }
 public int SearchFromEnd(TCollection_HExtendedString what)
 {
     throw new NotImplementedException();
 }