Table of Contents

Class WithoutAttribute

Namespace
KeenEyes
Assembly
KeenEyes.Abstractions.dll

Marks a field in a query struct as an exclusion filter. The entity must NOT have this component.

[AttributeUsage(AttributeTargets.Field, Inherited = false, AllowMultiple = false)]
[ExcludeFromCodeCoverage]
public sealed class WithoutAttribute : Attribute
Inheritance
WithoutAttribute
Inherited Members