Skip to content

CodeWriter.AllowUsing property

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