Table of Contents

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

value object

Properties

Value

public object? Value { get; }

Property Value

object