Ejemplo n.º 1
0
 public static implicit operator Feature((int value, string name) t) => new Feature(t.value, t.name);
Ejemplo n.º 2
0
 sb.AppendLine(string.Format(DataTemplate, key, t.value, comment));