Class GeneratePropertyBagAttribute
Use this attribute to have the source generator generate property bags for a given type.
Inherited Members
Namespace: Unity.Properties
Syntax
[AttributeUsage(AttributeTargets.Class | AttributeTargets.Struct, Inherited = false)]
public class GeneratePropertyBagAttribute : Attribute, _Attribute