Class ExcludedEnumAttribute
- Namespace
- Uncreated.Warfare.Database.Automation
- Assembly
- Uncreated.Warfare.dll
[AttributeUsage(AttributeTargets.Enum|AttributeTargets.Property|AttributeTargets.Field, AllowMultiple = true)]
public sealed class ExcludedEnumAttribute : Attribute
- Inheritance
-
ExcludedEnumAttribute
- Inherited Members
Constructors
ExcludedEnumAttribute(object)
public ExcludedEnumAttribute(object value)
Parameters
valueobject
Properties
Value
public object? Value { get; }