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.DataEntryControls.WPFAssembly: RingSoft.DataEntryControls.WPF (in RingSoft.DataEntryControls.WPF.dll)
Syntax
[AttributeUsageAttribute] public sealed class NoEnumerationAttribute : Attribute
<AttributeUsageAttribute> _ Public NotInheritable Class NoEnumerationAttribute _ Inherits Attribute
[AttributeUsageAttribute] public ref class NoEnumerationAttribute sealed : public Attribute