public void Insert(int where, TCollectionHExtendedString what)
 {
     TCollection_HExtendedString_Insert2BBF075E(Instance, where, what.Instance);
 }
 public bool IsGreater(TCollectionHExtendedString other)
 {
     return(TCollection_HExtendedString_IsGreater4C6BF532(Instance, other.Instance));
 }
 public void AssignCat(TCollectionHExtendedString other)
 {
     TCollection_HExtendedString_AssignCat4C6BF532(Instance, other.Instance);
 }
 public TCollectionHExtendedString Cat(TCollectionHExtendedString other)
 {
     return(new TCollectionHExtendedString(TCollection_HExtendedString_Cat4C6BF532(Instance, other.Instance)));
 }
 public TCollectionHExtendedString(TCollectionHExtendedString aString)
     :
     base(TCollection_HExtendedString_Ctor4C6BF532(aString.Instance))
 {
 }
 public bool IsSameState(TCollectionHExtendedString other)
 {
     return(TCollection_HExtendedString_IsSameState4C6BF532(Instance, other.Instance));
 }
 public int SearchFromEnd(TCollectionHExtendedString what)
 {
     return(TCollection_HExtendedString_SearchFromEnd4C6BF532(Instance, what.Instance));
 }
 public void SetValue(int where, TCollectionHExtendedString what)
 {
     TCollection_HExtendedString_SetValue2BBF075E(Instance, where, what.Instance);
 }
 public TCollectionHAsciiString(TCollectionHExtendedString aString, char replaceNonAscii)
     :
     base(TCollection_HAsciiString_CtorB5FFA54(aString.Instance, replaceNonAscii))
 {
 }