NonStandardBuilder Structure

Provides methods for editing the NonStandards property.

Definition

Namespace: FolkerKinzel.VCards.BuilderParts
Assembly: FolkerKinzel.VCards (in FolkerKinzel.VCards.dll) Version: 8.0.1+a91cc3f0fd39aeb548e16006a60ca9dd10a304a2
C#
public readonly struct NonStandardBuilder
Inheritance
Object    ValueType    NonStandardBuilder

Remarks

  Important

Only use this struct in conjunction with VCardBuilder!

Methods

Add Adds a NonStandardProperty instance, which is newly initialized using the specified arguments, to the NonStandards property.
Clear Sets the NonStandards property to null.
Edit(FuncIEnumerableNonStandardProperty, IEnumerableNonStandardProperty) Edits the content of the NonStandards property with a delegate.
EditTArg(FuncIEnumerableNonStandardProperty, TArg, IEnumerableNonStandardProperty, TArg) Edits the content of the NonStandards property with a delegate and allows to pass an argument to this delegate.
GetTypeGets the Type of the current instance.
(Inherited from Object)
Remove Removes NonStandardProperty objects that match a specified predicate from the NonStandards property.

See Also