@Retention(value=SOURCE)
@Target(value=METHOD)
public @interface CSharpInnerClass
The parameter outer indicates whether a reference to the outer class ("this")
should be passed. This defaults to true and should be set to false only if the
containing method is non-static.
The parameter extra is multi-valued, and contains one entry for each extra
parameter to be passed through. Parameters already present in the constructor of the
inner class are included automatically. The value of the each entry is in the form
of a variable parameter declaration (type, then name, whitespace separated), for example
"Saxon.Hej.s9api.Location loc".
Copyright (c) 2004-2022 Saxonica Limited. All rights reserved.