C# Class Project.Contact

Show file 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 property

public string name
return string

phone public property

public int phone
return int