﻿<?xml version="1.0" encoding="utf-8"?><Type Name="CustomAttributeRocks" FullName="Gendarme.Framework.Rocks.CustomAttributeRocks"><TypeSignature Language="C#" Value="public static class CustomAttributeRocks" /><TypeSignature Language="ILAsm" Value=".class public auto ansi abstract sealed beforefieldinit CustomAttributeRocks extends System.Object" /><AssemblyInfo><AssemblyName>Gendarme.Framework</AssemblyName><AssemblyVersion>3.10.0.0</AssemblyVersion></AssemblyInfo><Base><BaseTypeName>System.Object</BaseTypeName></Base><Interfaces /><Docs><summary>
            CustomAttributeRocks contains extensions methods for CustomAttribute
            and the related collection classes.
            </summary><remarks>To be added.</remarks></Docs><Members><Member MemberName="HasAttribute"><MemberSignature Language="C#" Value="public static bool HasAttribute (this Mono.Cecil.ICustomAttributeProvider self, string nameSpace, string name);" /><MemberSignature Language="ILAsm" Value=".method public static hidebysig bool HasAttribute(class Mono.Cecil.ICustomAttributeProvider self, string nameSpace, string name) cil managed" /><MemberType>Method</MemberType><AssemblyInfo><AssemblyVersion>3.10.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.Boolean</ReturnType></ReturnValue><Parameters><Parameter Name="self" Type="Mono.Cecil.ICustomAttributeProvider" RefType="this" /><Parameter Name="nameSpace" Type="System.String" /><Parameter Name="name" Type="System.String" /></Parameters><Docs><param name="self">The ICustomAttributeProvider (e.g. AssemblyDefinition, TypeReference, MethodReference,
            FieldReference...) on which the extension method can be called.</param><param name="nameSpace">The namespace of the attribute to be matched</param><param name="name">The name of the attribute to be matched</param><summary>
            Check if the type contains an attribute of a specified type.
            </summary><returns>True if the provider contains an attribute of the same name,
            False otherwise.</returns><remarks>To be added.</remarks></Docs></Member></Members></Type>