NonStandardBuilderRemove Method
Namespace: FolkerKinzel.VCards.BuilderPartsAssembly: FolkerKinzel.VCards (in FolkerKinzel.VCards.dll) Version: 8.0.1+a91cc3f0fd39aeb548e16006a60ca9dd10a304a2
public VCardBuilder Remove(
Func<NonStandardProperty, bool> predicate
)
Public Function Remove (
predicate As Func(Of NonStandardProperty, Boolean)
) As VCardBuilder
public:
VCardBuilder^ Remove(
Func<NonStandardProperty^, bool>^ predicate
)
member Remove :
predicate : Func<NonStandardProperty, bool> -> VCardBuilder
- predicate FuncNonStandardProperty, Boolean
- A function that returns true for NonStandardProperty
objects that shall be removed.
VCardBuilderThe
VCardBuilder instance that initialized this
NonStandardBuilder
to be able to chain calls.