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

Member predicate Attribute::getNamedArgument

Gets the named argument name of this attribute. For example, only 0 is a named argument in

MyAttribute[true, Foo = 0]
Expr getNamedArgument(string name)