Class DoNotSerializeAttribute
Inherited Members
Namespace: Unity.VisualScripting
Assembly: Unity.VisualScripting.Core.dll
Syntax
[AttributeUsage(AttributeTargets.Property|AttributeTargets.Field, AllowMultiple = false, Inherited = true)]
public sealed class DoNotSerializeAttribute : Attribute
Constructors
DoNotSerializeAttribute()
Declaration
public DoNotSerializeAttribute()