Version 3.3.0.1

RegisterFormatterLocatorAttribute class

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

Constructors

RegisterFormatterLocatorAttribute(Type, Int32)
public RegisterFormatterLocatorAttribute(Type formatterLocatorType, int priority = 0)
Parameters
System.Type formatterLocatorType

System.Int32 priority

Properties

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