Exemple #1
0
 public static bool IsMissing(this AttributeDictionary attributes, string key)
 => attributes.All(x => x.Key != key);