Example #1
0
 /// <summary>
 /// Gets the name of the IO value.
 /// </summary>
 /// <param name="source"></param>
 /// <returns>The name of the IO value.</returns>
 public static string GetName(this IOValue source)
 {
     return(source.ToString());
 }
 /// <summary>
 /// Gets the name of the IO value.
 /// </summary>
 /// <param name="value"></param>
 /// <returns></returns>
 public static string GetName(this IOValue value)
 {
     return(value.ToString());
 }