C# 클래스 HashtablesDictionariesSets.Phonebook.PhoneBook

파일 보기 프로젝트 열기: KonstantinSimeonov/Studying-with-Pesho-and-Mimeto

공개 메소드들

메소드 설명
Add ( PersonInfo info ) : PhoneBook
Find ( string name ) : ICollection
Find ( string name, string town ) : ICollection
PhoneBook ( ) : System.Collections.Generic
PhoneBook ( IDictionary foundation ) : System.Collections.Generic

메소드 상세

Add() 공개 메소드

public Add ( PersonInfo info ) : PhoneBook
info PersonInfo
리턴 PhoneBook

Find() 공개 메소드

public Find ( string name ) : ICollection
name string
리턴 ICollection

Find() 공개 메소드

public Find ( string name, string town ) : ICollection
name string
town string
리턴 ICollection

PhoneBook() 공개 메소드

public PhoneBook ( ) : System.Collections.Generic
리턴 System.Collections.Generic

PhoneBook() 공개 메소드

public PhoneBook ( IDictionary foundation ) : System.Collections.Generic
foundation IDictionary
리턴 System.Collections.Generic