Show / Hide Table of Contents

    Class NonSerializedAttribute

    Indicates that a field of a serializable class should not be serialized. This class cannot be inherited.

    Inheritance
    Object
    Attribute
    NonSerializedAttribute
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: System
    Assembly: mscorlib.dll
    Syntax
    [AttributeUsage(AttributeTargets.Field)]
    public sealed class NonSerializedAttribute : Attribute

    Constructors

    | Improve this Doc View Source

    NonSerializedAttribute()

    Initializes a new instance of the NonSerializedAttribute class.

    Declaration
    public NonSerializedAttribute()

    Extension Methods

    LogDispatcher.GetCurrentClassLogger(Object)
    • Improve this Doc
    • View Source
    Back to top Copyright © 2018 nanoFramework Contributors
    Generated by DocFX