C# 클래스 Google.Protobuf.Examples.AddressBook.AddPerson

파일 보기 프로젝트 열기: dropbox/protobuf 1 사용 예제들

공개 메소드들

메소드 설명
Main ( string args ) : int

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

비공개 메소드들

메소드 설명
PromptForAddress ( TextReader input, TextWriter output ) : Person

Builds a person based on user input

메소드 상세

Main() 공개 정적인 메소드

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
리턴 int