Mono.Cecil.Fluent.CecilExtensions.HasCompilerGeneratedAttribute C# (CSharp) Method

HasCompilerGeneratedAttribute() public static method

public static HasCompilerGeneratedAttribute ( this provider ) : bool
provider this
return bool
        public static bool HasCompilerGeneratedAttribute(this ICustomAttributeProvider provider)
        {
            return provider.IsCompilerGenerated();
        }
    }