Exemplo n.º 1
0
 /// <summary>
 /// Creates a <see cref="FormatItem"/> to represent the default value of a <see cref="ParameterData"/> with the specified formatting.
 /// </summary>
 public static FormatItem DefaultParameterValue(ParameterData parameter, StyleFlags style = StyleFlags.Normal)
 {
     return(new FormatItem(parameter.GetDefaultValueDisplayText(), style));
 }