Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/14/10 00:42:28 (15 years ago)
Author:
epitzer
Message:

Update API docs. (#548)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Persistence/3.3/Core/Tokens/BeginToken.cs

    r3004 r3016  
    88  /// </summary>
    99  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>
    1017    public BeginToken(string name, int typeId, int? id) : base(name, typeId, id) { }
    1118  }
Note: See TracChangeset for help on using the changeset viewer.