IPolicyWrapExtension
Extension methods for IPolicyWrap.
Returns all the policies in this IPolicyWrap, in Outer-to-Inner order.
Returns all the policies in this IPolicyWrap of type TPolicy, in Outer-to-Inner order.
public static IEnumerable<TPolicy> GetPolicies<TPolicy>(this IPolicyWrap policyWrap, Func<TPolicy, bool> filter)
Returns all the policies in this IPolicyWrap of type TPolicy matching the filter, in Outer-to-Inner order.
Returns the single policy in this IPolicyWrap of type TPolicy.
Returns the single policy in this IPolicyWrap of type TPolicy matching the filter.