RawDataBuilderRemove Method
Removes
DataProperty objects that match a specified predicate from the specified
property of the
VCard.
Namespace: FolkerKinzel.VCards.BuilderPartsAssembly: FolkerKinzel.VCards (in FolkerKinzel.VCards.dll) Version: 8.0.1+a91cc3f0fd39aeb548e16006a60ca9dd10a304a2
public VCardBuilder Remove(
Func<DataProperty, bool> predicate
)
Public Function Remove (
predicate As Func(Of DataProperty, Boolean)
) As VCardBuilder
public:
VCardBuilder^ Remove(
Func<DataProperty^, bool>^ predicate
)
member Remove :
predicate : Func<DataProperty, bool> -> VCardBuilder
- predicate FuncDataProperty, Boolean
- A function that returns true for DataProperty objects
that shall be removed.
VCardBuilderThe
VCardBuilder instance that initialized this
RawDataBuilder
to be able to chain calls.