Important
Only use this struct in conjunction with VCardBuilder!
public readonly struct TextSingletonBuilderPublic Structure TextSingletonBuilderpublic value class TextSingletonBuilder[<SealedAttribute>]
type TextSingletonBuilder =
struct
inherit ValueType
end| Clear | Sets the specified property of the VCard to null. |
| Edit(FuncTextProperty, TextProperty) | Edits the content of the specified VCard property with a delegate. |
| EditTArg(FuncTextProperty, TArg, TextProperty, TArg) | Edits the content of the specified VCard property with a delegate and allows to pass an argument to this delegate. |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| Set | Sets the specified VCard property to a TextProperty instance that is newly initialized from a String. |