C# Class Google.Protobuf.Examples.AddressBook.ListPeople

Afficher le fichier Open project: dropbox/protobuf Class Usage Examples

Méthodes publiques

Méthode Description
Main ( string args ) : int

Entry point - loads the addressbook and then displays it.

Private Methods

Méthode Description
Print ( AddressBook addressBook ) : void

Iterates though all people in the AddressBook and prints info about them.

Method Details

Main() public static méthode

Entry point - loads the addressbook and then displays it.
public static Main ( string args ) : int
args string
Résultat int