bf8836c4 535b 79f2 5c98 5d0d4f5b482e - akesseler/Plexdata.Utilities.Templates GitHub Wiki
Turns label and value into a tuple.
Namespace: Plexdata.Utilities.Formatting.Entities
Assembly: Plexdata.Utilities.Templates (in Plexdata.Utilities.Templates.dll) Version: 1.0.0
C#
public (string Label, Object Value) ToTuple()
Type: ValueTuple(String, Object)
A tuple consisting of Label and Value.
This method turns the Label and the Value into its tuple representation.
ArgumentRelations.ArgumentRelation Class
Plexdata.Utilities.Formatting.Entities Namespace