Table of Contents

Class ValueConverterAttribute

Namespace
Uncreated.Warfare.Database.Automation
Assembly
Uncreated.Warfare.dll
[AttributeUsage(AttributeTargets.Class|AttributeTargets.Struct|AttributeTargets.Property|AttributeTargets.Interface, AllowMultiple = true)]
public sealed class ValueConverterAttribute : Attribute
Inheritance
ValueConverterAttribute
Inherited Members

Constructors

ValueConverterAttribute(Type?)

public ValueConverterAttribute(Type? type)

Parameters

type Type

Converter type to use for this class or property, or null to cancel for a property

Properties

Type

public Type? Type { get; }

Property Value

Type