CodeQL library for C#
codeql/csharp-all 0.5.5 ( 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 )