C# Class Forseti.Team

Show file Open project: pioneers/forseti

Public Properties

Property Type Description
name string
number int

Public Methods

Method Description
Team ( int theNum, string theName ) : System

Method Details

Team() public method

public Team ( int theNum, string theName ) : System
theNum int
theName string
return System

Property Details

name public property

public string name
return string

number public property

public int number
return int