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

Mostrar archivo Open project: dropbox/protobuf Class Usage Examples

Public Methods

Method Description
Main ( string args ) : int

Entry point - loads the addressbook and then displays it.

Private Methods

Method Description
Print ( AddressBook addressBook ) : void

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

Method Details

Main() public static method

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