Class DontCreatePropertyAttribute
Use this attribute to prevent have a property from being automatically generated on a public field.
Namespace: Unity.Properties
Syntax
public class DontCreatePropertyAttribute : Attribute
Use this attribute to prevent have a property from being automatically generated on a public field.
public class DontCreatePropertyAttribute : Attribute