Tip
Use AddExtended(IEnumerableString) to make a copy of collection
in Extended for backwards compatibility.
public AddressBuilder AddApartment(
IEnumerable<string?> collection
)
Public Function AddApartment (
collection As IEnumerable(Of String)
) As AddressBuilder
public:
AddressBuilder^ AddApartment(
IEnumerable<String^>^ collection
)
member AddApartment :
collection : IEnumerable<string> -> AddressBuilder
ArgumentNullException | collection is null. |