Base class that all systems should derive from.
Namespace:
RightEdge.CommonAssembly: Common (in Common.dll)
Version: 2008.1.0.0 (2008.1.0.0)
Syntax
| C# |
|---|
public class SystemBase : ISystem, IDisposable |
| Visual Basic (Declaration) |
|---|
Public Class SystemBase _ Implements ISystem, IDisposable |
| Visual C++ |
|---|
public ref class SystemBase : ISystem, IDisposable |