Class TypeConverterForAttribute
Inheritance
TypeConverterForAttribute
Assembly: Xareus.Scenarios.dll
Syntax
[AttributeUsage(AttributeTargets.Class, AllowMultiple = true)]
public class TypeConverterForAttribute : Attribute
Constructors
TypeConverterForAttribute(Type)
Declaration
public TypeConverterForAttribute(Type convertibleType)
Parameters
Type |
Name |
Description |
Type |
convertibleType |
|
Properties
ConvertibleType
The type that can be converted
Declaration
public Type ConvertibleType { get; }
Property Value