Table of Contents

Interface IAnnotatedWildcardType

Namespace
Java.Lang.Reflect
Assembly
MASES.JNet.dll

.NET interface skeleton to be manually developed following https://docs.oracle.com/javase/8/docs/api/java/lang/reflect/AnnotatedWildcardType.html

public interface IAnnotatedWildcardType : IAnnotatedType, IAnnotatedElement
Inherited Members

Properties

AnnotatedLowerBounds

AnnotatedType[] AnnotatedLowerBounds { get; }

Property Value

AnnotatedType[]

AnnotatedUpperBounds

AnnotatedType[] AnnotatedUpperBounds { get; }

Property Value

AnnotatedType[]