~alexreg/darwindotnet/0.1

« back to all changes in this revision

Viewing changes to DarwinDotNet/Operator.cs

  • Committer: Alex Regueiro
  • Date: 2009-02-13 01:07:30 UTC
  • Revision ID: alexreg@gmail.com-20090213010730-3lwp0tiqc4a777t2
Updated XML documentation for DarwinDotNet project.
Upgraded Sandcastle Help File builder project file to v1.8 (now .shfbproj extension).
Restructured Documentation directory (now only Sandcastle source files are included and no built content).

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
 
6
6
namespace DarwinDotNet
7
7
{
 
8
    /// <summary>
 
9
    /// TODO
 
10
    /// </summary>
 
11
    /// <remarks>
 
12
    /// TODO
 
13
    /// </remarks>
8
14
    public abstract class Operator
9
15
    {
10
16
        protected static Random _rand = new Random(); // Random number generator.