TextBuilderRemove Method
Removes
TextProperty 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.2.0+a3997783578d19ef70b23d32085936c13ed21656
public VCardBuilder Remove(
Func<TextProperty, bool> predicate
)
Public Function Remove (
predicate As Func(Of TextProperty, Boolean)
) As VCardBuilder
public:
VCardBuilder^ Remove(
Func<TextProperty^, bool>^ predicate
)
member Remove :
predicate : Func<TextProperty, bool> -> VCardBuilder
- predicate FuncTextProperty, Boolean
- A function that returns true for TextProperty objects
that shall be removed.
VCardBuilderThe
VCardBuilder instance that initialized this
TextBuilder
to be able to chain calls.