Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/19/08 12:12:39 (15 years ago)
Author:
vdorfer
Message:

Created API documentation for HeuristicLab.Core namespace (#331)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Core/ChooseOperatorDialog.cs

    r2 r776  
    3131
    3232namespace HeuristicLab.Core {
     33  /// <summary>
     34  /// A dialog to select an operator out of a library.
     35  /// </summary>
    3336  public partial class ChooseOperatorDialog : Form {
    3437    #region Inner Class TreeNodeSorter
     
    4952
    5053    private IOperator myOperator;
     54    /// <summary>
     55    /// Gets the selected operator.
     56    /// </summary>
    5157    public IOperator Operator {
    5258      get { return myOperator; }
    5359    }
    5460
     61    /// <summary>
     62    /// Initializes a new instance of <see cref="ChooseOperatorDialog"/>.
     63    /// </summary>
    5564    public ChooseOperatorDialog() {
    5665      InitializeComponent();
Note: See TracChangeset for help on using the changeset viewer.