Table of Contents

Class MementoIncludeAttribute

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

Marks a member to be explicitly included in the generated memento. Only applies when InclusionMode is ExplicitOnly.

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