An item in a IncrementalKeyedCollection<TKey, TValue>.
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. |