Version 3.1.11.0

RegisterFormatterAttribute class

Namespace: Sirenix.Serialization
Assembly: Sirenix.Serialization
[AttributeUsage(AttributeTargets.Assembly, AllowMultiple = true)]
public class RegisterFormatterAttribute : Attribute, _Attribute
Inheritance
  • System.Object
  • System.Attribute
  • RegisterFormatterAttribute

Constructors

RegisterFormatterAttribute(Type, Int32)
public RegisterFormatterAttribute(Type formatterType, int priority = 0)
Parameters
System.Type formatterType

System.Int32 priority

Properties

FormatterType
public Type FormatterType { get; }
Priority
public int Priority { get; }