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