CodeQL library for C#
codeql/csharp-all 0.9.0 (changelog, source)
Search

Member predicate Attribute::getConstructorArgument

Gets the ith constructor argument of this attribute. For example, only true is a constructor argument in

MyAttribute[true, Foo = 0]
Expr getConstructorArgument(int i)