Important
Only use this struct in conjunction with VCardBuilder!
public readonly struct NonStandardBuilderPublic Structure NonStandardBuilderpublic value class NonStandardBuilder[<SealedAttribute>]
type NonStandardBuilder =
struct
inherit ValueType
end| 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. |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| Remove | Removes NonStandardProperty objects that match a specified predicate from the NonStandards property. |