public TCollection_HAsciiString(TCollection_HAsciiString aString) : base() { throw new NotImplementedException(); }
public TCollection_HAsciiString Cat(TCollection_HAsciiString other) { throw new NotImplementedException(); }
public void SetValue(int where, TCollection_HAsciiString what) { throw new NotImplementedException(); }
public bool IsSameState(TCollection_HAsciiString other) { throw new NotImplementedException(); }
public void Prepend(TCollection_HAsciiString other) { throw new NotImplementedException(); }
public int SearchFromEnd(TCollection_HAsciiString what) { throw new NotImplementedException(); }
public int Location(TCollection_HAsciiString other, int FromIndex, int ToIndex) { throw new NotImplementedException(); }
public bool IsSameString(TCollection_HAsciiString S, bool CaseSensitive) { throw new NotImplementedException(); }
public bool IsDifferent(TCollection_HAsciiString S) { throw new NotImplementedException(); }
public void InsertBefore(int Index, TCollection_HAsciiString other) { throw new NotImplementedException(); }
public int FirstLocationNotInSet(TCollection_HAsciiString Set, int FromIndex, int ToIndex) { throw new NotImplementedException(); }