MetalamaAPI documentationAspect APIMetalama.​Framework.​OptionsIIncremental­Keyed­Collection­Item<TKey>
Open sandboxFocus

IIncrementalKeyedCollectionItem<TKey> Interface

Namespace: Metalama.Framework.Options
Assembly: Metalama.Framework.dll
Syntax
public interface IIncrementalKeyedCollectionItem<out TKey> : IIncrementalObject, ICompileTimeSerializable where TKey : notnull
Type Parameters
Name Description
TKey

Properties

Name Description
Key

Gets the key that uniquely identifies the item in the collection.

Extension Methods

IncrementalObjectExtensions.ApplyChanges<T>(T, T, in ApplyChangesContext)
IncrementalObjectExtensions.ApplyChangesSafe<T>(T?, T?, in ApplyChangesContext)

See Also