public void Append(Aspect_SequenceOfColor theSeq)
 {
     throw new NotImplementedException();
 }
 public Aspect_SequenceOfColor Assign(Aspect_SequenceOfColor theOther)
 {
     throw new NotImplementedException();
 }
 public void Split(int theIndex, Aspect_SequenceOfColor theSeq)
 {
     throw new NotImplementedException();
 }
 public Aspect_SequenceOfColor(Aspect_SequenceOfColor theOther)
     : base()
 {
     throw new NotImplementedException();
 }
 public void InsertBefore(int theIndex, Aspect_SequenceOfColor theSeq)
 {
     throw new NotImplementedException();
 }