Class NoEnumerationAttribute
Indicates that IEnumarable, passed as parameter, is not enumerated.
Implements
Inherited Members
Namespace: JetBrains.Annotations
Assembly: UnityEngine.dll
Syntax
[AttributeUsage(AttributeTargets.Parameter)]
public sealed class NoEnumerationAttribute : Attribute, _Attribute