KindBuilder Structure

Provides methods for editing the Kind property.

Definition

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

Remarks

  Important

Only use this struct in conjunction with VCardBuilder!

Methods

Clear Sets the Kind property to null.
Edit(FuncKindProperty, KindProperty) Edits the content of the Kind property with a delegate.
EditTArg(FuncKindProperty, TArg, KindProperty, TArg) Edits the content of the Kind property with a delegate and allows to pass an argument to this delegate.
GetTypeGets the Type of the current instance.
(Inherited from Object)
Set Sets the Kind property to a KindProperty instance that is newly initialized using the specified arguments.

See Also