Class SerializedPropertyProviderAttribute
Inheritance
SerializedPropertyProviderAttribute
Syntax
[AttributeUsage(AttributeTargets.Class, AllowMultiple = false, Inherited = false)]
public sealed class SerializedPropertyProviderAttribute : Attribute, _Attribute, IDecoratorAttribute
Constructors
SerializedPropertyProviderAttribute(Type)
Declaration
public SerializedPropertyProviderAttribute(Type type)
Parameters
Type |
Name |
Description |
Type |
type |
|
Properties
type
Declaration
public Type type { get; }
Property Value
Implements
Extension Methods