Свойство | Тип | Описание |
---|
Метод | Описание | |
---|---|---|
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); }
|
public Contact ( ) : System.Collections.Generic | ||
Результат | System.Collections.Generic |