Table of Contents

Interface IAnnotationValue

Namespace
Javax.Lang.Model.Element
Assembly
MASES.JNet.dll

.NET interface for TO BE DEFINED FROM USER

public interface IAnnotationValue

Properties

Value

object Value { get; }

Property Value

object

Methods

Accept<R, P>(AnnotationValueVisitor<R, P>, P)

R Accept<R, P>(AnnotationValueVisitor<R, P> arg0, P arg1)

Parameters

arg0 AnnotationValueVisitor<R, P>

AnnotationValueVisitor

arg1 P

P

Returns

R

R

Type Parameters

R
P