コード例 #1
0
 public TCollection_HAsciiString(TCollection_HExtendedString aString, char replaceNonAscii)
     : base()
 {
     throw new NotImplementedException();
 }
コード例 #2
0
 public bool IsGreater(TCollection_HExtendedString other)
 {
     throw new NotImplementedException();
 }
コード例 #3
0
 public void Insert(int where, TCollection_HExtendedString what)
 {
     throw new NotImplementedException();
 }
コード例 #4
0
 public TCollection_HExtendedString Cat(TCollection_HExtendedString other)
 {
     throw new NotImplementedException();
 }
コード例 #5
0
 public TCollection_HExtendedString(TCollection_HExtendedString aString)
     : base()
 {
     throw new NotImplementedException();
 }
コード例 #6
0
 public int SearchFromEnd(TCollection_HExtendedString what)
 {
     throw new NotImplementedException();
 }