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

显示文件 Open project: dropbox/protobuf Class Usage Examples

Public Methods

Method Description
Main ( string args ) : int

Entry point - loads an existing addressbook or creates a new one, then writes it back to the file.

Private Methods

Method Description
PromptForAddress ( TextReader input, TextWriter output ) : Person

Builds a person based on user input

Method Details

Main() public static method

Entry point - loads an existing addressbook or creates a new one, then writes it back to the file.
public static Main ( string args ) : int
args string
return int