StringCollectionBuilderRemove Method
Namespace: FolkerKinzel.VCards.BuilderPartsAssembly: FolkerKinzel.VCards (in FolkerKinzel.VCards.dll) Version: 8.2.0+a3997783578d19ef70b23d32085936c13ed21656
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.