示例#1
0
 public TCollection_HAsciiString(TCollection_HAsciiString aString)
     : base()
 {
     throw new NotImplementedException();
 }
示例#2
0
 public TCollection_HAsciiString Cat(TCollection_HAsciiString other)
 {
     throw new NotImplementedException();
 }
示例#3
0
 public void SetValue(int where, TCollection_HAsciiString what)
 {
     throw new NotImplementedException();
 }
示例#4
0
 public bool IsSameState(TCollection_HAsciiString other)
 {
     throw new NotImplementedException();
 }
示例#5
0
 public void Prepend(TCollection_HAsciiString other)
 {
     throw new NotImplementedException();
 }
示例#6
0
 public int SearchFromEnd(TCollection_HAsciiString what)
 {
     throw new NotImplementedException();
 }
示例#7
0
 public int Location(TCollection_HAsciiString other, int FromIndex, int ToIndex)
 {
     throw new NotImplementedException();
 }
示例#8
0
 public bool IsSameString(TCollection_HAsciiString S, bool CaseSensitive)
 {
     throw new NotImplementedException();
 }
示例#9
0
 public bool IsDifferent(TCollection_HAsciiString S)
 {
     throw new NotImplementedException();
 }
示例#10
0
 public void InsertBefore(int Index, TCollection_HAsciiString other)
 {
     throw new NotImplementedException();
 }
示例#11
0
 public int FirstLocationNotInSet(TCollection_HAsciiString Set, int FromIndex, int ToIndex)
 {
     throw new NotImplementedException();
 }