Business Logic Toolkit for .NET
www.bltoolkit.net
|  Home   |  Download   |  Documentation   |  Discussions   |  License   |

  Source.TypeBuilder.ReturnIfZeroAttribute.cs

 
using System;
using System.Diagnostics.CodeAnalysis;

namespace BLToolkit.TypeBuilder
{
    [SuppressMessage("Microsoft.Performance", "CA1813:AvoidUnsealedAttributes")]
    [AttributeUsage(AttributeTargets.ReturnValue)]
    public class ReturnIfZeroAttribute : Attribute
    {
    }
}
 
© 2010 www.bltoolkit.net
support@bltoolkit.net