TennisMatch Class

MiniProjekt

TennisMatch Class

The class TennisMatch handles and simulate each match in the tournament
Inheritance Hierarchy
SystemObject  MiniProjektTennisMatch

Namespace:  MiniProjekt
Assembly:  MiniProjekt - Tournament (in MiniProjekt - Tournament.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
internal class TennisMatch

The TennisMatch type exposes the following members.

Constructors
  NameDescription
Private methodStatic memberTennisMatch
Public methodTennisMatch
Default constructor of TennisMatch Will be thrown if a failure occurs during the execution of TennisMatch that isn't expected
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
Fields
  NameDescription
Private fieldStatic memberRnd
Top
See Also