C# Class HashtablesDictionariesSets.Phonebook.PhoneBook

Show file Open project: KonstantinSimeonov/Studying-with-Pesho-and-Mimeto

Public Methods

Method Description
Add ( PersonInfo info ) : PhoneBook
Find ( string name ) : ICollection
Find ( string name, string town ) : ICollection
PhoneBook ( ) : System.Collections.Generic
PhoneBook ( IDictionary foundation ) : System.Collections.Generic

Method Details

Add() public method

public Add ( PersonInfo info ) : PhoneBook
info PersonInfo
return PhoneBook

Find() public method

public Find ( string name ) : ICollection
name string
return ICollection

Find() public method

public Find ( string name, string town ) : ICollection
name string
town string
return ICollection

PhoneBook() public method

public PhoneBook ( ) : System.Collections.Generic
return System.Collections.Generic

PhoneBook() public method

public PhoneBook ( IDictionary foundation ) : System.Collections.Generic
foundation IDictionary
return System.Collections.Generic