NoEnumerationAttribute Class
Indicates that IEnumerable passed as a parameter is not enumerated.
Use this annotation to suppress the 'Possible multiple enumeration of IEnumerable' inspection.
Namespace:
RingSoft.DbMaintenanceAssembly: RingSoft.DbMaintenance (in RingSoft.DbMaintenance.dll)
Syntax
[AttributeUsageAttribute] public sealed class NoEnumerationAttribute : Attribute
<AttributeUsageAttribute> _ Public NotInheritable Class NoEnumerationAttribute _ Inherits Attribute
[AttributeUsageAttribute] public ref class NoEnumerationAttribute sealed : public Attribute