Table of Contents

Class DataMemberIgnoreAttribute

Namespace
Stride.Core
Assembly
Stride.Core.dll

When specified on a property or field, it will not be used when serializing/deserializing.

[AttributeUsage(AttributeTargets.Property|AttributeTargets.Field, Inherited = false)]
public class DataMemberIgnoreAttribute : Attribute
Inheritance
DataMemberIgnoreAttribute
Inherited Members