프로퍼티 | 타입 | 설명 |
---|
메소드 | 설명 | |
---|---|---|
Contact ( ) : System.Collections.Generic | ||
GetAddressLines ( ) : IEnumerable |
Get an enumerator over the contact lines, but only return the ones that are available. This is a convenience method that allows us to easily write a nice address by simply foreach(ing) over GetAddressLines: foreach(var line in myContact.GetAddressLines()) { Console.WriteLine(line); }
|