IPolicyRegistry<TKey> public interface IPolicyRegistry<TKey> : IReadOnlyPolicyRegistry<TKey>, IEnumerable<KeyValuePair<TKey, IsPolicy>>, IEnumerable Documentation Code IsPolicy this[TKey key] { get; set; } void Add<TPolicy>(TKey key, TPolicy policy) where TPolicy : IsPolicy void Clear() bool Remove(TKey key)