Table of Contents

Class ContentSerializerIgnoreAttribute

Namespace
Microsoft.Xna.Framework.Content
Assembly
MonoGame.Framework.dll

Defines a custom Attribute that marks a field or property to indicate that it should not be included in serialization.

[AttributeUsage(AttributeTargets.Property|AttributeTargets.Field)]
public sealed class ContentSerializerIgnoreAttribute : Attribute
Inheritance
ContentSerializerIgnoreAttribute
Inherited Members