Table of Contents

Class MementoIgnoreAttribute

Namespace
PatternKit.Generators
Assembly
PatternKit.Generators.Abstractions.dll

Marks a member to be excluded from the generated memento. Only applies when InclusionMode is IncludeAll.

[AttributeUsage(AttributeTargets.Property|AttributeTargets.Field, AllowMultiple = false, Inherited = false)]
public sealed class MementoIgnoreAttribute : Attribute
Inheritance
MementoIgnoreAttribute
Inherited Members