Free cookie consent management tool by TermsFeed Policy Generator

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

Update API docs. (#548)

File:
1 edited

Legend:

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

    r3004 r3016  
    77  /// </summary>
    88  public class EndToken : CompositeTokenBase {
     9
     10    /// <summary>
     11    /// Initializes a new instance of the <see cref="EndToken"/> class.
     12    /// </summary>
     13    /// <param name="name">The name.</param>
     14    /// <param name="typeId">The type id.</param>
     15    /// <param name="id">The object id.</param>
    916    public EndToken(string name, int typeId, int? id) : base(name, typeId, id) { }
    1017  }
Note: See TracChangeset for help on using the changeset viewer.