- Timestamp:
- 03/14/10 00:42:28 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Persistence/3.3/Core/Tokens/BeginToken.cs
r3004 r3016 8 8 /// </summary> 9 9 public class BeginToken : CompositeTokenBase { 10 11 /// <summary> 12 /// Initializes a new instance of the <see cref="BeginToken"/> class. 13 /// </summary> 14 /// <param name="name">The token name.</param> 15 /// <param name="typeId">The type id.</param> 16 /// <param name="id">The object id.</param> 10 17 public BeginToken(string name, int typeId, int? id) : base(name, typeId, id) { } 11 18 }
Note: See TracChangeset
for help on using the changeset viewer.