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
Properties
Type
public Type? Type { get; }