예제 #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();
 }