Exemple #1
0
 public static string Value(this AssemblyDescriptionAttribute source)
 {
     return(source.IsNotNull() ? source.Description : null);
 }