Table of Contents

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

value object

Properties

Value

public object? Value { get; }

Property Value

object