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