コード例 #1
0
ファイル: TimeEngine.cs プロジェクト: smorey2/timeservices
 /// <summary>
 /// Initializes a new instance of the <see cref="TimeEngine&lt;TValue, TContext&gt;.TimesliceNode"/> class.
 /// </summary>
 /// <param name="value">The value.</param>
 public TimesliceNode(Link value)
 {
     Chain.AddFirst(value);
 }