The DisGUISE C# class library

PhoneBookEntry Constructor 

Instantiate a new entry.

public PhoneBookEntry(
   string name,
   string number
);

Parameters

name
The name of the contact.
number
The phone number of the contact.

See Also

PhoneBookEntry Class | DisGUISE.Phone Namespace