Any(IAttributeCollection)
Declaration
public static bool Any(this IAttributeCollection attributes)Parameters
| Type | Name | Description |
|---|---|---|
| IAttributeCollection | attributes |
Returns
| Type | Description |
|---|---|
| bool |
Any(IAttributeCollection, Func<IAttribute, bool>)
Declaration
public static bool Any(this IAttributeCollection attributes, Func<IAttribute, bool> predicate)Parameters
| Type | Name | Description |
|---|---|---|
| IAttributeCollection | attributes | |
| Func<IAttribute, bool> | predicate |
Returns
| Type | Description |
|---|---|
| bool |