CodeWriter.AllowUsing property

namespace: Serenity.Reflection   assemblySerenity.Net.Core

Gets sets function that determines if a namespace is allowed to be added to the local usings

public Func<string, bool> AllowUsing { get; set; }

See Also