Important
Only use this struct in conjunction with VCardBuilder!
public readonly struct KindBuilder
Public Structure KindBuilder
public value class KindBuilder
[<SealedAttribute>]
type KindBuilder =
struct
inherit ValueType
end
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. |
GetType | Gets 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. |