コード例 #1
0
 public Timeline(string name, IReferenceValueType referenceType, IEnumerable <Point> points)
 {
     this.name          = name;
     this.referenceType = referenceType;
     this.points        = points.ToList();
 }
コード例 #2
0
 public Timeline(string name, IReferenceValueType referenceType, IEnumerable<Point> points)
 {
     this.name = name;
     this.referenceType = referenceType;
     this.points = points.ToList();
 }