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