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