Searched refs:email_ (Results 1 - 1 of 1) sorted by relevance
/third_party/protobuf/csharp/src/AddressBook/ | ||
H A D | Addressbook.cs | 83 email_ = other.email_; in Person() 121 private string email_ = ""; field in Google.Protobuf.Examples.AddressBook.Person 124 get { return email_; } 126 email_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); |
Completed in 2 milliseconds