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
Type Parameters
Name Description
TKey

Properties

Name Description
Key

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

Extension Methods

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

See Also