Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/21/08 09:48:11 (16 years ago)
Author:
vdorfer
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Operators/AddVariableInfoDialog.cs

    r51 r801  
    3131
    3232namespace HeuristicLab.Operators {
     33  /// <summary>
     34  /// Dialog to add a variable info.
     35  /// </summary>
    3336  public partial class AddVariableInfoDialog : Form {
    3437    private IVariableInfo myVariableInfo;
     38    /// <summary>
     39    /// Gets the current variable info.
     40    /// </summary>
    3541    public IVariableInfo VariableInfo {
    3642      get { return myVariableInfo; }
    3743    }
    3844
     45    /// <summary>
     46    /// Initializes a new instance of <see cref="AddVariableInfoDialog"/>.
     47    /// </summary>
    3948    public AddVariableInfoDialog() {
    4049      InitializeComponent();
Note: See TracChangeset for help on using the changeset viewer.