Important
Only use this struct in conjunction with VCardBuilder!
public readonly struct GramBuilder
Public Structure GramBuilder
public value class GramBuilder
[<SealedAttribute>]
type GramBuilder =
struct
inherit ValueType
end
Add | Adds a new GramProperty instance to the GramGenders property. |
Clear | Sets the GramGenders property to null. |
Edit(FuncIEnumerableGramProperty, IEnumerableGramProperty) | Edits the content of the GramGenders property with a delegate. |
EditTArg(FuncIEnumerableGramProperty, TArg, IEnumerableGramProperty, TArg) | Edits the content of the GramGenders 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 GramProperty objects that match a specified predicate from the GramGenders property. |
SetIndexes | Sets the Index properties of the items in in the GramGenders property ascending depending on their position in that collection and allows to specify whether to skip empty items in that process. |
SetPreferences | Sets the Preference properties of the items in the GramGenders property depending on their position in that collection and allows to specify whether to skip empty items in that process. (The first item gets the highest preference 1.) |
UnsetIndexes | Resets the Index properties of the items in in the GramGenders property to null. |
UnsetPreferences | Resets the Preference properties of the items in in the GramGenders property to the lowest value (100). |