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