ca929c5b 9294 05d5 7e80 3498f67ddda7 - akesseler/Plexdata.Utilities.Templates GitHub Wiki
Appends the combination of label and value to the list of assigned relations.
Namespace: Plexdata.Utilities.Formatting.Entities
Assembly: Plexdata.Utilities.Templates (in Plexdata.Utilities.Templates.dll) Version: 1.0.0
C#
internal void Append(
string label,
Object value
)
- label
- Type: System.String
The label to be used. Each value is possible, because of value validation is not performed. - value
- Type: System.Object
The value to be assigned to current label.
This method creates a new combination of Label-Value relation and appends it to the list of assigned relations.
ArgumentRelations Class
Plexdata.Utilities.Formatting.Entities Namespace