IReadOnlyPolicyRegistry<TKey>
public interface IReadOnlyPolicyRegistry<TKey> : IEnumerable<KeyValuePair<TKey, IsPolicy>>, IEnumerable
Represents a read-only collection of policies keyed by TKey.