IAccessControlListBuilder<TIdentity, TResource> Allow(
Func<TIdentity, IEnumerable<TResource>> allowedResourcesFunc
)
Function Allow (
allowedResourcesFunc As Func(Of TIdentity, IEnumerable(Of TResource))
) As IAccessControlListBuilder(Of TIdentity, TResource)
IAccessControlListBuilder<TIdentity, TResource>^ Allow(
Func<TIdentity, IEnumerable<TResource>^>^ allowedResourcesFunc
)
function Allow(allowedResourcesFunc);