MetalamaAPI documentationAspect APIMetalama.​Framework.​Code.​CollectionsEnumerable­ExtensionsAny
Open sandboxFocus

EnumerableExtensions.Any Method

Any(IAttributeCollection)

Declaration
public static bool Any(this IAttributeCollection attributes)
Parameters
Type Name Description
IAttributeCollection attributes
Returns
Type Description
Boolean

Any(IAttributeCollection, Func<IAttribute, Boolean>)

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