Open sandboxFocus

Class NonCompileTimeSerializedAttribute

An attribute that marks a field of a type that implements ICompileTimeSerializable as non-serialized.

Inheritance
NonCompileTimeSerializedAttribute
Namespace: Metalama.Framework.Serialization
Assembly: Metalama.Framework.dll
Syntax
[AttributeUsage(AttributeTargets.Property|AttributeTargets.Field)]
public sealed class NonCompileTimeSerializedAttribute : Attribute

Constructors

Name Description
NonCompileTimeSerializedAttribute()