Skip to content

CodeWriter.PragmaSuppressions property

Gets the set of pragma warning suppressions to be added at the top of the generated code.

public ISet<string> PragmaSuppressions { get; }

See Also