Class IgnoreAttribute
Attribute to specify properties or fields that must not be serialized.
Inherited Members
Namespace: Evergine.Mathematics
Assembly: Evergine.Mathematics.dll
Syntax
[AttributeUsage(AttributeTargets.Property|AttributeTargets.Field, Inherited = false, AllowMultiple = true)]
public sealed class IgnoreAttribute : Attribute