AddressBuilderAddStreet(IEnumerableString) Method
Adds the content of a
collection of
Strings to
Street. (2,3,4)
Namespace: FolkerKinzel.VCardsAssembly: FolkerKinzel.VCards (in FolkerKinzel.VCards.dll) Version: 8.2.0+a3997783578d19ef70b23d32085936c13ed21656
public AddressBuilder AddStreet(
IEnumerable<string?> collection
)
Public Function AddStreet (
collection As IEnumerable(Of String)
) As AddressBuilder
public:
AddressBuilder^ AddStreet(
IEnumerable<String^>^ collection
)
member AddStreet :
collection : IEnumerable<string> -> AddressBuilder
- collection IEnumerableString
- The collection containing the Strings to add.
AddressBuilderThe current
AddressBuilder instance to be able to chain calls.