qamp/Qrakhen.Qamp.Core/IGetSet.cs

4 lines
117 B
C#

namespace Qrakhen.Qamp.Core;
public interface IGetSet<in TKey, TValue> : IGet<TKey, TValue>, ISet<TKey, TValue>;