Namespace: | Sirenix.Serialization |
Assembly: | Sirenix.Serialization |
[AttributeUsage(AttributeTargets.Assembly, AllowMultiple = true)]
public class RegisterFormatterLocatorAttribute : Attribute, _Attribute
public RegisterFormatterLocatorAttribute(Type formatterLocatorType, int priority = 0)
System.Type | formatterLocatorType | |
System.Int32 | priority |
public Type FormatterLocatorType { get; }
public int Priority { get; }