C# Class Project.Contact

Datei anzeigen Open project: dibagaran/cs-2015-7-alpha Class Usage Examples

Public Properties

Property Type Description
name string
phone int

Public Methods

Method Description
Contact ( string phone, string address ) : System

Method Details

Contact() public method

public Contact ( string phone, string address ) : System
phone string
address string
return System

Property Details

name public_oe property

public string name
return string

phone public_oe property

public int phone
return int