Class CValueConverterAttribute
- Namespace
- ReFuel.CVarScript
- Assembly
- ReFuel.dll
Specify a CValue converter for this class.
[AttributeUsage(AttributeTargets.Class|AttributeTargets.Struct)]
public class CValueConverterAttribute : Attribute
- Inheritance
-
CValueConverterAttribute
- Inherited Members
Constructors
CValueConverterAttribute(Type)
Specify a CValue converter for this type.
public CValueConverterAttribute(Type converter)
Parameters
converter
TypeThe type that implements the ICValueConverter interface.
Properties
Converter
The type that implements the ICValueConverter interface.
public Type Converter { get; }