public TCollection_HExtendedString(TCollection_ExtendedString aString)
     : base()
 {
     throw new NotImplementedException();
 }
Beispiel #2
0
 public void Swap(TCollection_ExtendedString theOther)
 {
     throw new NotImplementedException();
 }
 public TCollection_AsciiString(TCollection_ExtendedString astring, char replaceNonAscii)
     : base()
 {
     throw new NotImplementedException();
 }
Beispiel #4
0
 public TCollection_ExtendedString Cat(TCollection_ExtendedString other)
 {
     throw new NotImplementedException();
 }
Beispiel #5
0
 public void Copy(TCollection_ExtendedString fromwhere)
 {
     throw new NotImplementedException();
 }
Beispiel #6
0
 public int HashCode(TCollection_ExtendedString theString, int theUpperBound)
 {
     throw new NotImplementedException();
 }
Beispiel #7
0
 public bool IsEqual(TCollection_ExtendedString theString1, TCollection_ExtendedString theString2)
 {
     throw new NotImplementedException();
 }
Beispiel #8
0
 public void SetValue(int where, TCollection_ExtendedString what)
 {
     throw new NotImplementedException();
 }
Beispiel #9
0
 public int SearchFromEnd(TCollection_ExtendedString what)
 {
     throw new NotImplementedException();
 }
Beispiel #10
0
 public bool EndsWith(TCollection_ExtendedString theEndString)
 {
     throw new NotImplementedException();
 }
Beispiel #11
0
 public bool IsGreater(TCollection_ExtendedString other)
 {
     throw new NotImplementedException();
 }
Beispiel #12
0
 public bool IsDifferent(TCollection_ExtendedString other)
 {
     throw new NotImplementedException();
 }