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