Interface IAnnotationValue
.NET interface skeleton to be manually developed following https://docs.oracle.com/en/java/javase/11/docs/api/java.compiler/javax/lang/model/element/AnnotationValue.html
public interface IAnnotationValue
Properties
Value
object Value { get; }
Property Value
Methods
Accept<R, P>(AnnotationValueVisitor<R, P>, P)
R Accept<R, P>(AnnotationValueVisitor<R, P> arg0, P arg1)
Parameters
arg0
AnnotationValueVisitor<R, P>arg1
PP
Returns
- R
R
Type Parameters
R
P