Method Remove
Remove(ICollection<AttributeValue>, AttributeKind)
Removes an attribute from a collection
Declaration
public static bool Remove(this ICollection<AttributeValue> set, AttributeKind kind)
Parameters
public static bool Remove(this ICollection<AttributeValue> set, AttributeKind kind)
ICollection<AttributeValue> | set | Attribute collection (set) to remove the attribute from |
AttributeKind | kind | AttributeKind to remove |
Returns
Boolean | true if |
Remove(ICollection<AttributeValue>, String)
Removes an attribute from a collection
Declaration
public static bool Remove([ValidatedNotNull] this ICollection<AttributeValue> set, string name)
Parameters
public static bool Remove([ValidatedNotNull] this ICollection<AttributeValue> set, string name)
ICollection<AttributeValue> | set | Attribute collection (set) to remove the attribute from |
String | name | Name of the attribute to remove |
Returns
Boolean | true if |