C# Class Forseti.Team

Afficher le fichier Open project: pioneers/forseti

Méthodes publiques

Свойство Type Description
name string
number int

Méthodes publiques

Méthode Description
Team ( int theNum, string theName ) : System

Method Details

Team() public méthode

public Team ( int theNum, string theName ) : System
theNum int
theName string
Résultat System

Property Details

name public_oe property

public string name
Résultat string

number public_oe property

public int number
Résultat int