Свойство | Type | Description |
---|
Méthode | Description | |
---|---|---|
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 | ||
Résultat | System.Collections.Generic |