Open sandboxFocus

Interface IIncrementalKeyedCollectionItem<TKey>

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

See Also