public IAccessControlListBuilder<TIdentity, TResource> Allow(
Func<TIdentity, IEnumerable<TResource>> allowedResourcesFunc
)
Public Function Allow (
allowedResourcesFunc As Func(Of TIdentity, IEnumerable(Of TResource))
) As IAccessControlListBuilder(Of TIdentity, TResource)
public:
virtual IAccessControlListBuilder<TIdentity, TResource>^ Allow(
Func<TIdentity, IEnumerable<TResource>^>^ allowedResourcesFunc
) sealed
function Allow(allowedResourcesFunc);