Class NonSerializedAttribute
- Namespace
- System
- Assembly
- mscorlib.dll
Indicates that a field of a serializable class should not be serialized. This class cannot be inherited.
[AttributeUsage(AttributeTargets.Field)]
public sealed class NonSerializedAttribute : Attribute
- Inheritance
-
NonSerializedAttribute
- Inherited Members
- Extension Methods
Constructors
NonSerializedAttribute()
Initializes a new instance of the NonSerializedAttribute class.
public NonSerializedAttribute()