Class CreatePropertyAttribute
Use this attribute to have a property generated for the member.
Namespace: Unity.Properties
Syntax
public class CreatePropertyAttribute : Attribute
Remarks
By default public fields will have properties generated.
Use this attribute to have a property generated for the member.
public class CreatePropertyAttribute : Attribute
By default public fields will have properties generated.